aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html.njk
blob: 2688eb105085608206334979e593f08e852efab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
  <head>
    <title>LGTM! 👍</title>

    <link href="https://fonts.googleapis.com/css?family=Yrsa:400" rel="stylesheet">
    <link href="/css/app.css" rel="stylesheet">

  </head>
  <body>
    <div id="lgtm">
      <p>
        {{looks}}<br>
        {{good}} <br>
        {{to}}<br>
        {{me}}<br>
        <br>
        {{emoji}}
      </p>
    </div>
  </body>
</html>