-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 946 Bytes
/
Copy pathindex.html
File metadata and controls
21 lines (21 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Summer Meet</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="flipdown.css">
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="flipdown.js"></script>
<script type="text/javascript" src="main.js"></script>
</head>
<body class="light-theme">
<div class="example">
<h1>Summer Countdown</h1>
<p>Tee hee :3</p>
<div id="flipdown" class="flipdown flipdown__theme-light"></div>
</div>
</body>
</html>