First commit

This commit is contained in:
2021-11-12 01:16:21 +01:00
parent a025dae28d
commit 726d97720e
2 changed files with 159 additions and 35 deletions

View File

@ -1,7 +1,16 @@
<html>
<head>
<script src="index.js"></script>
<style>
body {
margin: 0;
padding: 0;
}
</style>
<script src="index.js"></script>
</head>
<body>
</body>
</html>