aboutsummaryrefslogtreecommitdiff
path: root/subsonic-site/src/main/webapp/header.jsp
diff options
context:
space:
mode:
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>