-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebug.html
More file actions
26 lines (26 loc) · 813 Bytes
/
debug.html
File metadata and controls
26 lines (26 loc) · 813 Bytes
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Flock Simulation</title>
<link rel="stylesheet" href="src/assets/styles.css" media="all" />
</head>
<body>
<div id="flock"></div>
<footer>
<p><small>
[Spacebar] Pause •
[H] Toggle options menu •
<a href="index.html">Normal mode</a> •
The mouse behaves like a predator
</small></p>
<p>
© <a href="https://aurbano.eu">Alejandro U. Alvarez</a> •
<a href="https://github.com/aurbano/flocking-simulation">Github</a> •
<a href="https://aurbano.eu/post/2020-02-15-flocking-simulation/">Blog Post</a>
<img src="https://ga-beacon.appspot.com/UA-3181088-16/flock-webgl/demo" width="1" height="1" />
</p>
</footer>
<script src="build/bundle.development.js"></script>
</body>
</html>