Router thingies!

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-17 15:59:21 +01:00
parent 11aba3556f
commit 002cf71137
10 changed files with 352 additions and 10 deletions

15
public/index.html Normal file
View File

@@ -0,0 +1,15 @@
<html>
<head>
<title>Vinlottis</title>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<h1>Official vin lottis homepage</h1>
</body>
<style>
body {
font-family: 'Roboto', sans-serif;
}
</style>
</html>