-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwinter.html
More file actions
40 lines (34 loc) · 1 KB
/
winter.html
File metadata and controls
40 lines (34 loc) · 1 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
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<script src="script2.js"></script>
<title>replit</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<marquee direction="right" behavior="alternate" style="background:white;border:BLUE 3px SOLID" >
You need a password to enter this site!
</marquee>
<br/><br/>
<center>
<div id="form">
<h1>Log in to the Winter Wonderland</h1>
<li>
<label for="name">Password:</label>
<input type="text" id="inject" name="user_name">
<p style= "font-family:verdana">
</p>
</li>
<!-- <li>
<label for="password">Password:</label>
<input type="password" id="mail" name="user_email">
</li> -->
<br />
<button onclick="WinterSubmit()">Use the Password you received from your instructor</button>
<p id="resultp"></p>
</div>
</center>
</body>
</html>