-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (31 loc) · 1.52 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Moderator Waffles</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="/moderator-waffles/favicon.png" />
</head>
<body TEXT=000000>
<script src="script.js"></script>
<h1>Moderator Waffles</h1>
<a href=https://immediatemurderprofessionals.github.io>Go back</a>
<p><i>Warning: this page is unfinished. More coming soon!</i></p>
<p>Welcome to Moderator Waffles!</p>
<p>Here, you can:</p>
<li><a href=announcements/>Read our announcements</a></li>
<li><a href=workers-and-staff/>View a list of our workers and staff</a></li>
<li><a href=our-locations/>View our physical locations</a></li>
<li><a href=buy-waffles/>Buy waffles digitally</a></li>
<li><a href=china/>Buy our products if you live in China</a> (the main links for buying our products are blocked in China)</li>
<li><a href=how-we-make-waffles/>See how we make our waffles</a></li>
<li><a href=country-banlist/>View the list of countries that cannot buy our waffles</a></li>
<li><a href=individual-banlist/>View the list of individuals that cannot buy our waffles</a></li>
<li><a href=flavorometer/>See how the Flavorometer works</a></li>
<li><a href=ethics/>View our ethics policy</a></li>
<li><a href=contact-us/>Contact our CEO</a></li>
<br>
<p>Moderator Waffles is a subsidiary of <a href=https://immediatemurderprofessionals.github.io/Oshawott-Skinning-Inc.-Official-Website>Oshawott Skinning Inc.</a></p>
</body>
</html>