]>
Commit | Line | Data |
---|---|---|
1 | <!doctype html> | |
2 | <html> | |
3 | <head> | |
4 | <title>LGTM! 👍</title> | |
5 | ||
6 | <link href="https://fonts.googleapis.com/css?family=Yrsa:400" rel="stylesheet"> | |
7 | <link href="/css/app.css" rel="stylesheet"> | |
8 | ||
9 | </head> | |
10 | <body> | |
11 | <div id="lgtm"> | |
12 | <p> | |
13 | Looks <br> | |
14 | Good <br> | |
15 | To <br> | |
16 | Me <br> | |
17 | <br> | |
18 | 👍 | |
19 | </p> | |
20 | </div> | |
21 | </body> | |
22 | </html> | |
23 |