-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (59 loc) · 2.15 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
<html>
<head>
<meta charset="UTF-8" />
<title>Chester the Chicken</title>
<script src="https://use.typekit.net/sjl4dog.js"></script>
<script>
try {
Typekit.load({ async: true });
} catch (e) {}
</script>
<link rel="stylesheet" href="main.css" />
</head>
<body>
<div class="container">
<div class="title">
<h1>Chester the Chicken</h1>
<p>By Ben Alderfer</p>
</div>
<div class="chesters">
<img src="images/[email protected]" alt="" />
<img src="images/[email protected]" alt="" />
<img src="images/[email protected]" alt="" />
<img src="images/[email protected]" alt="" />
<img src="images/[email protected]" alt="" />
<img src="images/[email protected]" alt="" />
<img src="images/[email protected]" alt="" />
<img src="images/[email protected]" alt="" />
<img src="images/[email protected]" alt="" />
<img src="images/[email protected]" alt="" />
<img src="images/[email protected]" alt="" />
<img src="images/[email protected]" alt="" />
<img src="images/[email protected]" alt="" />
<img src="images/[email protected]" alt="" />
<img src="images/[email protected]" alt="" />
<img src="images/[email protected]" alt="" />
<img src="images/[email protected]" alt="" />
</div>
<div class="footer">
<p>© Ben Alderfer 2019</p>
<div class="privacy-policy">
••••••••••••••••••••••••••••••
<h1>Privacy Policy</h1>
••••••••••••••••••••••••••••••
<br /><br />
<p>
Apple wants me to inform you about what data the Chester sticker app
collects from users and what we do with it.
<br /><br />
So here it goes...
<br /><br />
As it turns out we don't collect any data and therefore cannot do
anything with it. We simply make silly looking chickens. Have a nice
day.
</p>
</div>
</div>
</div>
</body>
</html>