Files
vinlottis/public/index.html
Kasper Rynning-Tønnesen 002cf71137 Router thingies!
2020-01-17 15:59:21 +01:00

16 lines
269 B
HTML

<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>