-
Notifications
You must be signed in to change notification settings - Fork 0
/
script.html
41 lines (36 loc) · 1.69 KB
/
script.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="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Luis Miguel Alonso Ferreiro - UO270139">
<title>Synesthesia</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/posicionamiento.css" />
<link rel="icon" href="media/logof.ico">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/addons/p5.sound.min.js"></script>
<script src="lib/p5.gui.js"></script>
<script src="lib/quicksettings.js"></script>
<script src="lib/shape5.js"></script>
<meta charset="utf-8" />
</head>
<body>
<header>
<nav>
<a href="index.html"><img style="width: 9%; margin-right: 1%;" src="media/logof.png" alt="Logo of the page" /><img src="media/logow.png" alt="Logo of the page" /></a>
<a href="sobrenosotros.html">About Us</a>
</nav>
</header>
<script src="js/sketch.js"></script>
<button id ="download">download</button>
<!-- <footer>
<a
href="https://validator.w3.org/nu/?doc=https%3A%2F%2Flumialfe.github.io%2FSEW_Final%2Findex.html">
<img style="border:0;width:50px;height:50px" src="media/HTML5.png" alt=" HTML5 Válido!" /></a>
<a
href="https://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Flumialfe.github.io%2FSEW_Final%2Fcss%2Fstyle.css&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=en">
<img src="media/CSS3.png" alt="CSS Válido" /></a>
</footer> -->
</body>
</html>