forked from sciwhiz12/sciwhiz12.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (39 loc) · 1.39 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<link rel="stylesheet" href="/assets/stylesheets/main.css">
<link rel="icon" type="image/x-icon" href="/assets/icon/favicon.ico">
<title>Sci's Lab</title>
</head>
<body>
<header>
<img class="right-side" src="/assets/icon/labs.svg"> Sci's Lab
</header>
<div class="body">
<h1>Quote Historian of <strong>The Forge Project</strong></h1>
<ul>
<li><a href="quotes/count.html"># of Quotes</a></li>
<li><a href="quotes/quotes.html">Hall of Quotes</a></li>
</ul>
<h1>Fun Projects!</h1>
<ul>
<li><a href="fun/stabby.html">The <img src="/assets/stabby/stabby.png" class="inline" /> Emote</a></li>
</ul>
</div>
<footer>
<span class="license">
(c) 2021 SciWhiz12, under the MIT license
<img class="icon" src="/assets/icon/logo.svg">
</span>
<a class="socials_link" href="https://github.com/sciwhiz12/">
<img class="icon" src="/assets/icon/github.svg"> @​<strong>sciwhiz12</strong>
</a>
<span class="socials_link">
<img class="icon" src="/assets/icon/discord.svg">
<strong>sciwhiz12</strong>#1286
</span>
</footer>
</body>
</html>