-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (28 loc) · 1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team FE's Celebrates Fire Emblem's 30th Anni-FE-rsary</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Team FE's Celebrates Fire Emblem's 30th Anni-FE-rsary</h1>
<!-- <i class="fab fa-twitter"></i><i class="fab fa-twitch"></i>
<br> -->
<p>Times are listed in US Pacific Time (UTC-7).</p>
<div class="schedule-container">
<div id="day1" class="schedule">
<h2>April 19</h2>
</div>
<div id="day2" class="schedule">
<h2>April 20</h2>
</div>
</div>
<a href="thanks.html">Click for a list of All Contributors!</a><br>
<footer>Site made by Sei (XinChun93 on Twitter, yaycupcake on Github/reddit)</footer>
<script src="script.js"></script>
</body>
</html>