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/footer.html | 3 +++ templates/header.html | 13 +++++++++ templates/home.html | 10 +++++++ templates/p.html | 74 +++++++++++++++++++++------------------------------ 4 files changed, 57 insertions(+), 43 deletions(-) create mode 100644 templates/footer.html create mode 100644 templates/header.html create mode 100644 templates/home.html (limited to 'templates') diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 0000000..15b9011 --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,3 @@ + + + diff --git a/templates/header.html b/templates/header.html new file mode 100644 index 0000000..8b65ad6 --- /dev/null +++ b/templates/header.html @@ -0,0 +1,13 @@ + + + + + Audio Axis + + + + + + 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"}} diff --git a/templates/p.html b/templates/p.html index 79971c1..d434052 100644 --- a/templates/p.html +++ b/templates/p.html @@ -1,45 +1,33 @@ - - - - - Audio Axis - - - - +{{template "header.html"}} - -
- Audio Axis -
- - -
- - - -
-
    -
-
-
-
- {{$first := "82KEVKGRAhI"}} - - - - - - - - - - +
+ Audio Axis +
+ + +
+ + + +
+
    +
+
+
+
+{{$first := "82KEVKGRAhI"}} + + + + + + + + + - +{{template "footer.html"}} -- cgit v1.2.3