2019-05-14 14:11:03 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
<title>Landing Page</title>
|
2020-07-19 11:52:26 +02:00
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.8.0/css/bulma.min.css"
|
|
|
|
integrity="sha256-D9M5yrVDqFlla7nlELDaYZIpXfFWDytQtiV+TaH6F1I=" crossorigin="anonymous" />
|
|
|
|
<link rel="stylesheet" href="/static/css/style.css">
|
2019-05-14 14:11:03 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<h1>Skeleton Project</h1>
|
|
|
|
|
|
|
|
If you are an admin, you can <a href="/login">Log in</a>.
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|