-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 1.22 KB
/
index.html
File metadata and controls
27 lines (25 loc) · 1.22 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" >
<title>cool math</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="center" style="width: 40%">
<h1>Cool math visualisations you can fool around with.
Don't mind the code, it's a mess and I don't care. BTW we're <a href="https://github.com/rutgerklamer/cool_math"> open source. </a> (Information is at the bottom, customisations
are on the side(s)) </h1>
</div>
<div class="center" style="width: 50%">
<a href="./fibonacci_modulus/index.html"> Fibonacci Modulus </a><br>
<a href="./golden_ratio/index.html"> Golden Ratio </a> <br>
<a href="./beautiful_trigonometry/index.html"> Beautiful Trigonometry </a> <br>
<a href="./cellular_automata/index.html"> Cellular Automata </a> <br>
<a href="./pendulum/index.html"> Pendulum </a> <br>
<a href="./toothpicks/index.html"> Toothpicks </a> <br>
<a href="./chaos_game/index.html"> Chaos game </a> <br>
<a href="./magic_highway/index.html"> Magic highway </a>
</div>
</body>
</html>