-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpassword.html
More file actions
28 lines (26 loc) · 1.24 KB
/
Copy pathpassword.html
File metadata and controls
28 lines (26 loc) · 1.24 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
<!DOCTYPE html>
<html>
<head>
<title>ProtoHISTORYBOWL: Login</title>
<link href = "stylesheet/login.css" rel = "stylesheet">
</head>
<body>
<div class = container>
<div class = form>
<div class = phb>ProtoHISTORYbowl</div> <hr>
<span id = burn class = burn>HERETIC! BURN AT THE STAKE!</span>
<div id = main style = "display: flex;">
<div class = usernamepassword>
<span class = info>Username</span><br>
<input class = usernameinput type = "text" id = "username" autofocus> <br><br>
<span class = info>Password</span> <br>
<input class = passwordinput type = "text" id = "password">
<button onclick = password() id = "submit">Submit</button>
<button onclick="location.href='https://mrbossosity.github.io/home.html'" id = "gotohome" style = "display: none">button</button>
</div> <div><img src = "https://mrbossosity.github.io/images/BD4E4FFC-8657-4B18-B267-15A5135FF72F.jpeg" class = image></div>
</div> <button id = back onclick = back() style = "display: none; position:relative; bottom: 15px; left: 7px;">Buy an indulgence?</button>
</div>
</div>
<script src = "https://mrbossosity.github.io/javascripts/login.js"></script>
</body>
</html>