-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (33 loc) · 1.33 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
45
46
47
48
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>Polyrhythm Galaxy</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/addons/p5.sound.js"></script>
<link href='https://fonts.googleapis.com/css?family=Monoton' rel='stylesheet' type='text/css'><link rel="stylesheet" href="css/css_start.css">
<link href="https://fonts.googleapis.com/css2?family=Aldrich&display=swap" rel="stylesheet">
</head>
<body>
<div id="titolo"> <h1>POLYRHYTHM GALAXY</h1></div>
<div class="start">
<a href="mainMenu.html"><span> START </span></a>
</div>
<div id="hey"><div id="layer-up"></div></div>
<div id="layer-0">
<div id="layer-1">
<div id="layer-2">
<div id="lines">
<div id="layer-corner"></div>
</div>
</div>
</div>
</div>
</body>
<footer>
<div id="autori"> <p>Francesco Colotti, Matteo Gionfriddo, Cecilia Raho and Alice Sironi</p></div>
</footer>
</html>