minor updates
[urlittler] / static / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>Static Assets</title>
6 <link rel="stylesheet" href="theme.css">
7 </head>
8 <body>
9 <header>
10 <h1>Static Assets</h1>
11 </header>
12 <main>
13 welcome to my static
14 </main>
15 </body>
16 </html>