aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
blob: a5892c13534d0a9af221547110ea0d11376c6640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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="sock.js"></script>
    <script src="main.js"></script>
  </body>
</html>