-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfaq.html
46 lines (45 loc) · 1.65 KB
/
faq.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hunger Games Simulator 3.0</title>
<link type="text/css" rel="stylesheet" href="styles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
<body>
<div class="header">
<h1 id="temp">Hunger Games Simulator FAQ</h1>
</div>
<div class="bgimg">
<img src="mockingjay.png" width="100%">
</div>
<!-- Welcome Page -->
<div id="main" class="container">
<a href="main.html">Main page</a>
<p><b>You, an idiot: What is this?</b></p>
<p>Me: A totally normal Hunger Games simulator.</p>
<p><b>No, like, actually, what is this?</b></p>
<p>I just told you.</p>
<p><b>Fine. What happened to the old one?</b></p>
<p>The code was clunky and bad because this was made as a joke during class.</p>
<p><b>Why is it back?</b></p>
<p>Apparently this has gotten a fair bit of traction.</p>
<p><b>And the content?</b></p>
<p>For the most part, it's been ported over.</p>
<p><b>Why are some of the jokes completely incomprehensible?</b></p>
<p>Come on, you know you love them. Explaining alienating inside jokes makes it less fun.</p>
<p><b>How can I contribute?</b></p>
<p>Do stuff on Github or something, we can't stop you.</p>
<p><b>"We?"</b></p>
<p>It is beyond your comprehension. (It's two guys making a high-effort shitpost)</p>
<p><b>How do I know this site is good?</b></p>
<p>Here are some testimonials from satisfied customers:</p>
<b>
<p><i>"(the weird one)"</i></p>
<p><i>"wtf is this site bruh"</i></p>
<p><i>"(*vibes in having no clue what this means.*)"</i></p>
<p><i>"Oh that site"</i></p>
</b>
</div>
</body>
</html>