diff options
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 13 |
1 files changed, 13 insertions, 0 deletions
| diff --git a/template.html b/template.html new file mode 100644 index 0000000..c094481 --- /dev/null +++ b/template.html | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | <!doctype html> | ||
| 2 | <html lang="en"> | ||
| 3 | <head> | ||
| 4 | <meta charset="utf-8"> | ||
| 5 | <meta name="viewport" content="width-device-width, inital-scale=1.0"> | ||
| 6 | <title>0druid.cc</title> | ||
| 7 | <link rel="stylesheet" href="style.css"> | ||
| 8 | </head> | ||
| 9 | <body> | ||
| 10 | <h1>0druid.cc</h1> | ||
| 11 | <p>under construction.<p> | ||
| 12 | </body> | ||
| 13 | </html> | ||
