-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev-console.html
More file actions
32 lines (32 loc) · 1.05 KB
/
dev-console.html
File metadata and controls
32 lines (32 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet" type="text/css">
<link href="icon.ico" rel="shortcut icon" type="image/x-icon">
<title> (DEV) Login </title>
</head>
<body class="devlock">
<div id="form">
USERNAME: <input type="text" id="username"><br>
PASSWORD: <input type="text" id="password"><br>
<input type="submit" value="Submit">
</div>
<script>
function test()
{
var username = document.getElementById("username").value;
document.write(userInput);
var password = document.getElementById("password").value;
document.write(userInput);
}
if (username="Austin") {
if (password="austinsf") {
document.getElementById("redirectasf")
}
</script>
<div id="redirectasf">
<meta http-equiv="Refresh" content="0; url="https://www.grammicode.com/dev-console-in-austin.html">
</div>
</body>
</html>