add sample content

This commit is contained in:
Johanna Dorothea Reichmann 2020-01-12 17:24:09 +01:00
parent 3ec6c2fd27
commit f5f842a384
Signed by untrusted user who does not match committer: transcaffeine
GPG Key ID: 03624C433676E465
2 changed files with 17 additions and 0 deletions

16
index.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="dist/bundle.css" type="text/css" />
<script type="text/javascript" src="dist/bundle.js"></script>
</head>
<body>
<div id="global">
<div id="navigation"></div>
<div id="content"></div>
</div>
</body>
</html>

View File

@ -0,0 +1 @@
console.log('sth')