-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (37 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="https://glitch.com/favicon.ico" />
<title>Hello World!</title>
<link rel="stylesheet" href="/style.css" />
<script src="/script.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.6.0/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.6.0/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="path/to/p5.sound.js"></script>
<link rel="stylesheet" href="https://use.typekit.net/wro1qfz.css">
<link rel="stylesheet" href="https://use.typekit.net/zdl3xdj.css">
</head>
<body>
<div class="wrapper">
<div class="content" role="main">
<h1>
au·ra
</h1>
<h3>
the distinctive atmosphere <br>
or quality that seems to <br>
surround and be generated by <br>
a person, thing, or place. <br>
<br>
<em>✨tap to begin✨</em>
</h3>
</div>
</div>
<footer class="footer">
<div class="links"></div>
</footer>
</body>
</html>