Initial commit

This commit is contained in:
Андрей 2026-03-07 08:16:29 +00:00
commit 8e1f2c6b8b
25 changed files with 2946 additions and 0 deletions

13
playground/index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Playground</title>
</head>
<body>
<h1>Hello world!</h1>
<script type="module" src="./index.ts"></script>
</body>
</html>