-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gallery-173.html
85 lines (78 loc) · 3.44 KB
/
Gallery-173.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
<!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-173</h2>
<p class="main-text">Object Class: Euclid</p>
<p class="main-text">SCP-173 is a cement statue reinforced with rebars its approximately 2.2 meters in height.</p>
<p class="main-text">SCP-173 is a harmless statue when its being looked at. however, if eye contact is brocken it will move at extraordinarily fast speeds and snap the neck of anyone without vision of the statue.</p>
<p class="main-text">This SCP is extremely dangerous once accompanied with SCP-096 due t there complicated threat.</p>
<p class="main-text">SCP-173 can reproduce himself and create SCP-173-2. these remain with the same threat as SCP 173 and therefore remain extremely dangerous.</p>
<p class="main-text">If you were to encounter it remain a large distance away and always keep eye contact.</p>
<p class="main-text">Have multiple people remain watch over SCP-173 and call out once you are gonna blink.</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>