-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
30 lines (25 loc) · 995 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Design Visualyze</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="image/icon/play.png">
<!-- hitwebcounter Code START -->
<img src="http://hitwebcounter.com/counter/counter.php?page=7114834&style=0010&nbdigits=7&type=page&initCount=3273" border="0">
<style>
canvas {
position: fixed;
}
</style>
<script src="Library/p5.min.js"></script>
<script src="Library/p5.dom.min.js"></script>
<script src="Library/p5.sound.min.js"></script>
<script src="Library/dat.gui.js"></script>
<script src="Js/Gui.js"></script>
<script src="Js/BoxContain.js"></script>
<script src="Js/Objects.js"></script>
<script src="Js/FunctionNeed.js"></script>
<script src="Js/Sketch.js"></script>
<!-- <script src="//code.tidio.co/bfiiplaaohclhqwes5xivoizqkq56guu.js"></script> -->
</head>
</html>