Add a basic index page
[climbing.kerkeslager.com] / src / core / templates / core / index.html
1 <!doctype html>
2
3 <html lang='en'>
4   <head>
5     <meta charset='utf-8'>
6     <meta name='viewport' content='width=device-width, initial-scale=1'>
7
8     <title>Climbing</title>
9     <meta name='author' content='David Kerkeslager'>
10   </head>
11
12   <body>
13     Hello, world
14   </body>
15 </html>
16