-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplayground.html
28 lines (27 loc) · 910 Bytes
/
playground.html
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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Oh no. You stumbled into a place you shouldn’t be in.</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>HTML Playground</h1>
<div>
<label for="information-gatherer">Enter the needed information:</label>
<input type="text" id="information-gatherer">
</div>
<div>
<p>Are you sure the information is correct?</p>
<label for="information-correctness-checker" style="position: relative;">
<input type="checkbox" id="information-correctness-checker">
<button id="just-dont" style="opacity: 0; position: absolute;">
Please don’t press this
</button>
Yes, it is correct
</label>
</div>
<script src="entropic-spline-reticulation-reversal-reverser.js" defer></script>
</body>
</html>