Initial commit

This commit is contained in:
2025-07-21 16:45:37 +02:00
commit 84a549e9b5
4 changed files with 202 additions and 0 deletions

13
index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Simple tools</title>
</head>
<body>
<ul>
<li>
<a href="canvas/test1.html">Simple canvas playground</a>
</li>
</ul>
</body>
</html>