-
Notifications
You must be signed in to change notification settings - Fork 0
/
fansite.html
32 lines (26 loc) · 989 Bytes
/
fansite.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="fansite.css">
<title>Zero Waste Earth</title>
</head>
<body>
<a href="https://www.instagram.com/zerowasteearth/">
<img title="Instagram" alt="RSS" src="https://socialmediawidgets.files.wordpress.com/2014/03/10_instagram.png" width="35" height="35" />
</a>
<div id="welcome">
<center>What is Zero Waste?</center>
</div>
<hr>
<center>
<p>“We don’t need a handful of people doing zero waste perfectly. We need millions of people doing it imperfectly.” Anne Marie Bonneau, Zero Waste Chef.</p>
<div>
<button onclick="window.location.href = 'fansite_page2.html';">Explore</button>
</div>
</center>
<hr>
</body>
</html>