-
Notifications
You must be signed in to change notification settings - Fork 0
/
wiki.html
55 lines (55 loc) · 2.44 KB
/
wiki.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DOORS Wiki 2</title>
<script src="https://kit.fontawesome.com/36bd1b33fd.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="wikistyle.css">
<script src="wikiscripts.js"></script>
</head>
<body style="background-color: rgb(113, 47, 5);">
<div style="float: right;">
<div class="fa-stack fa-2xs">
<i class="fa-solid fa-certificate fa-stack-2x" style="color: blue;" title="Verified"></i>
<i class="fa-solid fa-check fa-inverse fa-lg fa-stack-1x" style="color: black;" title="Verified"></i>
</div>
<p style="float: right; font-size: 12px; color: rgb(2500, 2500, 2500);">By Aarooshcoding33</p>
</div>
<i class="fa-solid fa-bars fa-xl more"></i>
<br><br>
<div class="top-website_pic">
<div class="image-placeholder">
<img src="https://tr.rbxcdn.com/b52948db7d107ca543d9f78eeeafc67d/768/432/Image/Png" alt="" id="website_pic" height="127">
</div>
<br>
<span style="font-size: 30px;">DOORS</span>
<br><br>
<div class="fa-stack" title="Website Not Accepted in Github">
<i class="fa-github fa-brands fa-2xl fa-stack-1x"></i>
<i class="fa-xmark fa-solid fa-xl fa-stack-1x" style="color: red;"></i>
</div>
<sub class="not-offical-sub">Not official</sub> <!--Display is none-->
</div>
<br><br>
<center>
<h2>Entities</h2>
<div class="entities">
<button type="button" class="seek">Seek</button>
<button type="button" class="figure">Figure</button>
<button type="button" class="halt">Halt</button>
<button type="button" class="rush">Rush</button>
<button type="button" class="ambush">Ambush</button>
<button type="button" class="shadow">Shadow</button>
<button type="button" class="glitch">Glitch</button>
<hr>
<button type="button" class="window">Window</button>
<button type="button" class="dread">Dread</button>
<button type="button" class="screech">Screech</button>
<button type="button" class="tim">Timothy</button>
<button type="button" class="gl">Guiding Light</button>
<button type="button" class="snare">Snare</button>
</div>
</center>
</body>
</html>