-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (22 loc) · 1000 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/opentype.js@latest/dist/opentype.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tweakpane@3.0.5/dist/tweakpane.min.js"></script>
<script src="sketch.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<title>Dynamic 3D abacus</title>
<meta name="description" content="Dynamic 3D abacus to learn counting in different bases">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<a style="position: absolute;" href="https://github.com/zegerk/abacus">
<img loading="lazy" width="149" height="149"
src="https://github.blog/wp-content/uploads/2008/12/forkme_left_gray_6d6d6d.png?resize=149%2C149"
class="attachment-full size-full"
alt="Fork me on GitHub" data-recalc-dims="1">
</a>
</body>
</html>