-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNindex.html
More file actions
52 lines (36 loc) · 1.26 KB
/
Nindex.html
File metadata and controls
52 lines (36 loc) · 1.26 KB
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
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<!-- Viewport -->
<meta name="viewport" content="width=device-width">
<!-- CSS stylesheets & fonts-->
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/theme.css">
<link href="https://fonts.googleapis.com/css?family=Mr+De+Haviland" rel="stylesheet">
<!--p5 CDN -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/addons/p5.dom.min.js"></script>
<!--Eigen scripts -->
<script src="js/GameLogic.js"></script>
<!-- <script src="js/speechTest.js"></script> -->
<script src="js/sketch.js"></script>
</head>
<body>
<div id="heading">
</div>
<div id = "container">
<div id="canvasDiv">
</div>
</div>
<div id="buttons">
<!-- <button id="test" onclick="test()";>test</button> -->
<button id="SpeechRec_On" type="submit" onclick="speechRec()";>
<img src="icons/Mic.png" width="40" height="40" alt="Mic" />
</button>
<!-- <button id="Test2" onclick="StopIt()";>Uit</button> -->
</div>
<footer>
<a href="https://icons8.com">Icon pack by Icons8</a>
</footer>
</body>
</html>