diff options
author | raylu <raylu@mixpanel.com> | 2011-08-09 22:33:17 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-08-09 22:33:17 -0700 |
commit | 8a05f63c5c9d52c0c6165d9785498a13e9306ced (patch) | |
tree | f80dc1293d63c01bfc8264019e1e0323d1c15818 /templates/home.html | |
parent | b5f572860a2a8d94103d2b27a7f170243f885e97 (diff) | |
download | audioaxis-8a05f63c5c9d52c0c6165d9785498a13e9306ced.tar.xz |
add homepage template
Diffstat (limited to 'templates/home.html')
-rw-r--r-- | templates/home.html | 10 |
1 files changed, 10 insertions, 0 deletions
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"}} + +<header> + <img src="/static/audioaxis-white.png" alt="Audio Axis" class="aa"> +</header> +<article> + Welcome to Audio Axis! +</article> + +{{template "footer.html"}} |