aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
blob: c3828a5525540b7ee34a1f9d86b5525ab37bce39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>nomicvote</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">

    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rubik:400,500&display=swap">
    <link rel="stylesheet" href="style.css">
  </head>
  <body>
    <h1>nomicvote</h1>

    <script src="main.js"></script>
  </body>
</html>