aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-04-22 22:44:08 -0400
committerbnewbold <bnewbold@robocracy.org>2012-04-22 22:44:08 -0400
commitf9ef9d242c4d1de392269379598d2a05109d44ad (patch)
treebdd1ae26da09594fe73baf71ea69df3a40a86982 /templates
parentb4f1701943d9a8628d9b30ecf34a7d4687b60b00 (diff)
downloadbommom-f9ef9d242c4d1de392269379598d2a05109d44ad.tar.gz
bommom-f9ef9d242c4d1de392269379598d2a05109d44ad.zip
http serving first steps
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 */