aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..a522fbd
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,13 @@
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6 <title>Hello Codemash</title>
7 <meta name="viewport" content="width=device-width">
8 </head>
9 <body>
10 <h1>Hello Codemash</h1>
11 <p>You've just created your first Django page. Pretty cool, eh?</p>
12 </body>
13</html>