summaryrefslogtreecommitdiffstats
path: root/templates/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/header.html')
-rw-r--r--templates/header.html13
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>