-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (25 loc) · 980 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>💽</text></svg>">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overdrive</title>
<meta name="author" lang="en" content="Ulysse Gravier" />
</head>
<body>
<div id="app">
<h1 id="reveal" class="title" data-animation="title" data-animation-delay="1">
<span class="title__up">Meet the Bee Gees 🕺</span>
<span class="title__down">And a special guest 😏</span>
</h1>
<div class="controls">
<button id="play" class="controls__cta dft-hide">
<span class="controls__cta__up">Resume</span>
<span class="controls__cta__down">Suspend</span>
</button>
</div>
</div>
<script type="module" src="/src/app.js"></script>
</body>
</html>