not so initial commit

This commit is contained in:
2026-01-11 03:50:03 +01:00
commit a2016e2b0e
41 changed files with 54638 additions and 0 deletions

10
public/index.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>dicor</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<script src="index.js"></script>
</body>
</html>