-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (30 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Chaos Spiel</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<script src="libraries/p5.min.js"></script>
<script src="libraries/p5.sound.min.js"></script>
</head>
<body>
<div class="flex-container">
<h1>Interessante Dreiecke (Chaos Spiel)</h1>
<a href="https://github.com/tipptop3d/tipptop3d.github.io">
<img src="GitHub-Mark-Light-64px.png" alt="Github" , width="32px" class="gitlink">
</a>
</div>
<div id="canvas"></div>
<div class="flex-container"">
<label for=" range1">Speed</label>
<div id="slider-container"></div>
<div id="pause-button"></div>
<div id="reset-button"></div>
<h3>von Tobey Knorr</h3>
<a href="https://www.youtube.com/watch?v=tmY-G6sngk8">mein blog</a>
</div>
<script src="sketch.js"></script>
</body>
</html>