Tilorswift json loader implemented.

This commit is contained in:
Mal
2020-01-29 00:21:53 +01:00
parent 6cf50f75e1
commit b989604a0e
8 changed files with 181 additions and 11 deletions

11
tilorswift/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tilorswift</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script type="module" src="js/module.js"></script>
</head>
<body>
</body>
</html>