This commit is contained in:
2019-01-15 18:33:39 +01:00
commit 5ce5e18947
8 changed files with 8680 additions and 0 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
</head>
<body>
<script src="./src/index.ts"></script>
</body>
</html>