-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (39 loc) · 1.32 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
<html>
<head>
<script type='application/javascript' src="script/Tone.js"></script>
<link rel="stylesheet" href="style/style.css" />
</head>
<body>
<div id="content">
<h1>Test de justesse</h1>
<p>Selon vous, lequel de ces deux enregistrement sonne le plus juste ?</p>
<table>
<tr>
<th>1</th>
<th>2</th>
</tr>
<tr>
<td>
<button id="start0">Start</button><button id="stop0">Stop</button>
</td>
<td>
<button id="start1">Start</button><button id="stop1">Stop</button>
</td>
</tr>
</table>
<p>Merci de renseigner ci-dessous le code de l'essai :</p>
<div id="code"></div>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSf0VD3tHdCV0lSBb0-0vlsH3X2jmKauELjwOeAGz4yC6uy49A/viewform?embedded=true" width="100%" height="610" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
<div class="tab">
<div class="one">
<a href="createSound.html">Create your own sound</a>
</div>
<div class="two">
<a href="https://github.com/giulioforesto/singing-crowd">Le projet</a>
</div>
</div>
</div>
<script src="script/Sound.js"></script>
<script src="script/questionnaire.js"></script>
</body>
</html>