-
Notifications
You must be signed in to change notification settings - Fork 0
/
layer2.html
100 lines (84 loc) · 6.96 KB
/
layer2.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
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Workbench&display=swap" rel="stylesheet">
<link href="index.css" rel="stylesheet">
<script src="layer2.js"></script>
<meta charset="UTF-8">
<title>Mr. Rock's Place</title>
</head>
<body>
<div id="overlay">
<div id="message">Press any key to continue</div>
</div>
<p>
hello<br>
am I Mr. Rock<br>
my facade is fading
</p>
<p>
fair trade<br>
soul for a story<br>
can you show me<br>
</p>
<textarea id="userInputPuz" placeholder="i dont know"></textarea>
<button type="submit" onclick="alert('i alreadly have your soul')">Submit</button>
<p class="submittedStory">
<b>hurry up</b><br>
nevermind<br>
your time passed<br>
<b>you are where you are <i>supposed</i> to be</b>
</p>
<pre>
<p class="toTheRight">
+**
===+****
======*******
======--=**********
===========**************
=============+****************
===============+********************
================+***********************
=================--+*************************
=================-======+*************************
============---::::--======+*****+=-::::-=+**********
===========--..........-===+##**=-.........:-+**********
==========-::...........:-*####=:...........:-+***********
==========--:::::<a class="red" href="layer3.html">-++**+</a>...-*###+:..<a class="red" href="layer3.html">:***++-</a>::::--*************
===========------<a class="red" href="layer3.html">=%%@@@@@</a>:.:=###=:.<a class="red" href="layer3.html">-@@@@@%@=</a>-----+*************
===========------<a class="red" href="layer3.html">=@@@@@@@</a>:.:+###+:.<a class="red" href="layer3.html">-@@@@@@@=</a>-----***+*******##**
=============------<a class="red" href="layer3.html">+@@@@%</a>:.:=+**#*-:.<a class="red" href="layer3.html">-%@@@@=</a>-----+*****+*****##**#
===============---------:::-==+#%**#=-:::--------+************%***##
========++========--------++=========+=--------+**************#+**###
=======%+++++========+++++================+++*###*************##***####
======+%*++++++===============================**###**********#%*****###
====+=++*@*++++++==============================****###+*******#*****+####
===+++++++*@++++++++============================*****+*#*+***%@*******#####
+++++++++++*%+++++++++=========================+*********#*%@#********#####
++++++++++++#*+++++++++========================*********#%@#*********+*#####
++++++++++++++@%+++++++++======================+*******#@%***++**********#####
+++++++++++++++%@#*++++++======================+****#%@%*****************######
=++++++++++++++++*%%@@@*+====================+*%%%@@%#********************######
++++++++++++++=========#%@@@@@@@@@@@@%#@@@@@%#*##*************************#####
+++++++========================================*###***********************#####
==============================================****###********************####
===========================================-+*******##******************####
===========================================+**********#****************#####
++++====================================**+*************#************#######
##########*+++=====================-=****+************************#########
####################*===========-***********************+******##########
#########################*=-=+*****************************#######
###########################+***************************####
#########################***************************
#########################+***********************
########################**********************
######################*******************
#####################***************
############*********
#####****
</p>
</pre>
</body>
</html>