aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/home.html9
-rw-r--r--templates/static/default.css1
2 files changed, 10 insertions, 0 deletions
diff --git a/templates/home.html b/templates/home.html
new file mode 100644
index 0000000..0cc420e
--- /dev/null
+++ b/templates/home.html
@@ -0,0 +1,9 @@
+<html>
+<head>
+<title>bombom</title>
+<link rel="stylesheet" type="text/css" href="/static/default.css"></link>
+</head>
+<body>
+<h1>Home Page</h1>
+</body>
+</html>
diff --git a/templates/static/default.css b/templates/static/default.css
new file mode 100644
index 0000000..40ff439
--- /dev/null
+++ b/templates/static/default.css
@@ -0,0 +1 @@
+/* this will be the default CSS file */