-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNameSame.html
More file actions
62 lines (55 loc) · 2.01 KB
/
NameSame.html
File metadata and controls
62 lines (55 loc) · 2.01 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="Stylesheet.css">
</head>
<body>
<h1>Hello</h1>
<p>You found my name</p>
<p>Anyways, you probably thought there would be something fun here. There is not</p>
<p>Heres the button to go back to the main page</p>
<div id="nextlayer">
<button id="nameJayBtn"></button>
<div id="secretText" hidden>
<p>i lied, thats not the way back to the main page</p>
<p>maybe there i another button somewhere that can Help...</p>
</div>
<button id="fakeBtn"></button>
<div id="fakeText" hidden>
<p>or maybe not</p>
<p>where could that buttOn be?</p>
</div>
<div id="invisibleText">
<p>maybe it just dosent exsit?</p>
<p>maybe you have to find something else...</p>
<p>or maybe there is another button...</p>
<p>who knows</p>
<p>well i do...</p>
<p>i at least should know</p>
<p>but i dont</p>
<p>atleat for now,</p>
<p>im still in the prosses of making this</p>
<p>you know</p>
<p>red Velvet cake is really good</p>
<p>maybe i should bake some</p>
<p>right back to finding the nExt clue</p>
<p>maybe its in this text</p>
<p>maybe not</p>
<p>who knows Right?</p>
</div>
<div id="nextClue">
<button id="hoverBtn"></button>
<div id="password" hidden>
<p>good job finding the next clue</p>
<p> now just figure ot the password</p>
<input type="text" id="inputPassword" placeholder="Password here please">
<button id="passwordBtn"> Submit</button>
</div>
</div>
</div>
<script src="js.js"></script>
</body>
</html>