summaryrefslogtreecommitdiff
path: root/templates/index.html
blob: 78683ef5900e50b52b2042d4ccc0400cde07dbdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE>
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="/static/style.css">
  </head>
  <body>
    <div class="min-h-screen w-full flex justify-center">
      <div class="w-1/2 flex items-center flex-col">
        {{> header.html }}
        <p>lol</p>
      </div>
    </div>
  </body>
</html>