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, 0 insertions, 18 deletions
diff --git a/subsonic-site/src/main/webapp/header.jsp b/subsonic-site/src/main/webapp/header.jsp
deleted file mode 100644
index ed488809..00000000
--- a/subsonic-site/src/main/webapp/header.jsp
+++ /dev/null
@@ -1,18 +0,0 @@
-<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>