First commit

This commit is contained in:
Daniel Ledda
2020-06-23 23:45:44 +02:00
commit 2381f43d38
28 changed files with 8385 additions and 0 deletions

14
build/index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Boilerplate Typescript Single Page App</title>
<link rel="stylesheet" href="main.css" />
</head>
<body>
<div id="root">
<noscript>Enable JavaScript, you fuck!</noscript>
</div>
<script src="bundle.js"></script>
</body>
</html>