Add unfinished website section

This commit is contained in:
Ske
2019-04-19 18:08:27 +02:00
parent d081be838a
commit 3d6fa86518
16 changed files with 3882 additions and 11 deletions

9
web/index.html Normal file
View File

@@ -0,0 +1,9 @@
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700" rel="stylesheet">
</head>
<body>
<div id="app"></div>
<script src="app/index.js"></script>
</body>
</html>