diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-04-22 22:44:08 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-04-22 22:44:08 -0400 |
commit | f9ef9d242c4d1de392269379598d2a05109d44ad (patch) | |
tree | bdd1ae26da09594fe73baf71ea69df3a40a86982 /templates/home.html | |
parent | b4f1701943d9a8628d9b30ecf34a7d4687b60b00 (diff) | |
download | bommom-f9ef9d242c4d1de392269379598d2a05109d44ad.tar.gz bommom-f9ef9d242c4d1de392269379598d2a05109d44ad.zip |
http serving first steps
Diffstat (limited to 'templates/home.html')
-rw-r--r-- | templates/home.html | 9 |
1 files changed, 9 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> |