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/header.html | |
parent | b5f572860a2a8d94103d2b27a7f170243f885e97 (diff) | |
download | audioaxis-8a05f63c5c9d52c0c6165d9785498a13e9306ced.tar.xz |
add homepage template
Diffstat (limited to 'templates/header.html')
-rw-r--r-- | templates/header.html | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="UTF-8"> + <title>Audio Axis</title> + <!-- + <link href='http://fonts.googleapis.com/css?family=Cantarell' rel='stylesheet'> + --> + <link href="/static/cantarell.css" rel="stylesheet"> + <link href="/static/base.css" rel="stylesheet"> +</head> + +<body> |