From 8a05f63c5c9d52c0c6165d9785498a13e9306ced Mon Sep 17 00:00:00 2001 From: raylu Date: Tue, 9 Aug 2011 22:33:17 -0700 Subject: add homepage template --- templates/home.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/home.html (limited to 'templates/home.html') diff --git a/templates/home.html b/templates/home.html new file mode 100644 index 0000000..7e7e9e3 --- /dev/null +++ b/templates/home.html @@ -0,0 +1,10 @@ +{{template "header.html"}} + +
+ Audio Axis +
+
+ Welcome to Audio Axis! +
+ +{{template "footer.html"}} -- cgit v1.2.3