-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (54 loc) · 1.49 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Serif" rel="stylesheet">
<title>IS IT CREDITS?</title>
</head>
<body>
<h1>Yes</h1>
<div class="faqs">
<h2>FAQs</h2>
<div class="question">
Does this website really work?
</div>
<div class="answer">
90% of the time, it works every time.
</div>
<div class="question">
What about the other 10%?
</div>
<div class="answer">
It's clocking. Or reset.
</div>
<div class="question">
Was this website tested on mobile?
</div>
<div class="answer">
Yes.
</div>
<div class="question">
How did the mobile testing go?
</div>
<div class="answer">
Poorly.
</div>
<div class="question">
Where did this website come from?
</div>
<div class="answer">
It was inspired by true events, and also isitdns.com.
</div>
<div class="question">
Is it really credits?
</div>
<div class="answer">
If you're on this website, I think you know the answer to that
question already.
</div>
</div>
</body>
</html>