aboutsummaryrefslogtreecommitdiff
path: root/subsonic-site/src/main/webapp/header.jsp
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-07-02 21:24:02 -0700
committerScott Jackson <daneren2005@gmail.com>2012-07-02 21:24:02 -0700
commita1a18f77a50804e0127dfa4b0f5240c49c541184 (patch)
tree19a38880afe505beddb5590379a8134d7730a277 /subsonic-site/src/main/webapp/header.jsp
parentb61d787706979e7e20f4c3c4f93c1f129d92273f (diff)
downloaddsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.tar.gz
dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.tar.bz2
dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.zip
Initial Commit
Diffstat (limited to 'subsonic-site/src/main/webapp/header.jsp')
-rw-r--r--subsonic-site/src/main/webapp/header.jsp18
1 files changed, 18 insertions, 0 deletions
diff --git a/subsonic-site/src/main/webapp/header.jsp b/subsonic-site/src/main/webapp/header.jsp
new file mode 100644
index 00000000..ed488809
--- /dev/null
+++ b/subsonic-site/src/main/webapp/header.jsp
@@ -0,0 +1,18 @@
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <title>Subsonic &raquo; Free Music Streamer</title>
+
+ <link rel="stylesheet" type="text/css" href="inc/css/style.css"/>
+ <link rel="stylesheet" type="text/css" href="inc/css/banner.css"/>
+ <link rel="shortcut icon" href="favicon.ico"/>
+
+ <script type="text/javascript" language="javascript" src="inc/js/jquery-1.4.4.min.js"></script>
+ <script type="text/javascript" language="javascript" src="inc/js/FancyZoom.js"></script>
+ <script type="text/javascript" language="javascript" src="inc/js/FancyZoomHTML.js"></script>
+
+ <%@ include file="tracking.jsp" %>
+
+ <!--[if lte IE 6]>
+ <link rel="stylesheet" type="text/css" href="inc/css/pngfix.css" />
+ <![endif]-->
+</head>