-
Notifications
You must be signed in to change notification settings - Fork 0
/
418.html
42 lines (42 loc) · 1.89 KB
/
418.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
<!DOCTYPE HTML>
<!--Comments are above the content they repersent-->
<html lang="en">
<!--Meta Information-->
<head>
<link rel="prefetch" href="https://s-n00b-1.github.io/Website/Files/HTML/navbar.html">
<link rel="prefetch" href="https://s-n00b-1.github.io/Website/home.html">
<link rel="prefetch" href="https://s-n00b-1.github.io/Website/content.html">
<link rel="prefetch" href="https://s-n00b-1.github.io/Website/Files/CSS/Home.css">
<link rel="icon" href="Files/Images/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="author" content="S_N00B">
<meta name="Description" content="A Generic Website for S_N00B's needs.">
<meta name="theme-color" content="#008080">
<meta content="S_N00B" property="og:title">
<meta content="S_N00B" property="og:site_name">
<meta content="https://s-n00b-1.github.io/Website/Files/Images/Icon.png?width=300&height=300" property="og:image">
<link type="application/json+oembed" href="https://s-n00b-1.github.io/Website/Files/oembed.json">
<title>S_N00B | 418</title>
<link rel="stylesheet" href="https://s-n00b-1.github.io/Website/Files/CSS/Home.css">
</head>
<!--Real Content-->
<body>
<!--Main Content-->
<div class="Top">
<div class="content">
<ul class="unordered">
<li>
<span> 418 | Can I get you some tea?</span>
<br>
<br>
<span>Coffee?!?! No can do, only have this teapot: 🫖</span>
<br>
</li>
</ul>
</div>
</div>
</body>
<script src="https://s-n00b-1.github.io/Website/Files/JS/navbar.js"></script>
</html>
<!--Document End-->