-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gallery-106.html
86 lines (77 loc) · 3.41 KB
/
Gallery-106.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
<!doctype html>
<html lang="en">
<head>
<title>scp stuff</title>
<link rel="stylesheet" href="scp-stylesheet.css">
<script src="code.js"></script>
</head>
<body>
<div class="main">
<a class="logo" target="_blank" href="http://www.scp-wiki.net/">
<img class="img-logo" alt="logo" src="img/224-2249550_scp-foundation-secure-contain-protect.png" >
</a>
<div class="sub-heading-grid">
<h1 class="sub-heading">Info</h1>
</div>
<div class="nav">
<nav>
<p id="Button" class="nav-item-2" onclick="Gallery()">Gallery</p>
<a class="nav-item3" href="Index.html">Home</a>
</nav>
</div>
<canvas id="gameCanvas" width="700" height="550">
<script src="easteregg.js"></script>
</canvas>
<img alt="secret" id="secret-button" class="easter-egg-button" onclick="start()" src="img/Orange_lambda.svg.png">
<div id="Text-Box" class="text-section">
<div class="flex-box">
<h2 class="main-text" >SCP-106</h2>
<p class="main-text">Object Class: Keter</p>
<p class="main-text">SCP-106 is an old man that looks like a decayed black body consisting of a black mold and decayed flesh.</p>
<p class="main-text">SCP-106 decays anything he touches at a rapid rate, he can travel through walls and always leaves a decayed mark behing.</p>
<p class="main-text">Being touched by SCP-106 can induce major irritation, and SCP-106 can teleport anyone he touches into his own pocket dimension where he slowly decays the victim.</p>
<p class="main-text">SCP-106 feeds of other peoples suffering and will play with his meal in horrific ways.</p>
<p class="main-text">If you encounter this SCP refrain from getting close. to escape SCP-106 you can outrun him as he is usually very slow due to his decay.</p>
</div>
</div>
<div id="newsection" class="item-section">
<section>
<h2>SCP-096</h2>
<a href="Gallery-096.html">
<img class="item-image" alt="item1" src="img/SCP-096.jpg">
</a>
</section>
<section>
<h2>SPC-106</h2>
<a href="Gallery-106.html">
<img class="item-image" alt="item2" src="img/106.jpg">
</a>
</section>
<section>
<h2>SCP-049</h2>
<a href="Gallery-049.html">
<img class="item-image" alt="item3" src="img/049.png">
</a>
</section>
<section>
<h2>SCP-173</h2>
<a href="Gallery-173.html">
<img class="item-image" alt="item4" src="img/173.jpg">
</a>
</section>
<section>
<h2>SCP-682</h2>
<a href="Gallery-682.html">
<img class="item-image" alt="item5" src="img/SCP-682.jpg">
</a>
</section>
<section>
<h2>SCP-999</h2>
<a href="Gallery-999.html">
<img class="item-image" alt="item6" src="img/999.jpg">
</a>
</section>
</div>
</div>
</body>
</html>