-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtesting.html
More file actions
27 lines (21 loc) · 770 Bytes
/
Copy pathtesting.html
File metadata and controls
27 lines (21 loc) · 770 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<metaline name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Locked</title>
</head>
<body>
<br><br>
<div class="img-container">
<img id="barrier-image" class="barrier-image" src="https://www.shutterstock.com/image-vector/scheming-villain-emoticon-rubbing-his-600nw-1194509842.jpg" />
</div>
<form id="password-form" class="password-form">
<label for="password">Password: </label>
<input type="password" id="password" name="password" value="" required>
<input id="password-submit" type="submit" value="Submit">
</form>
<script src="password.js"></script>
</body>
</html>