diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-07-27 14:33:25 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-07-27 14:33:38 -0700 |
commit | 4738428c2c205f42200386ae09b44b9ec07b9144 (patch) | |
tree | a6402978fe1b4655f90c3c8a181f4d246fbc5e89 /subsonic-site/src/main/webapp/adwords-android.jsp | |
parent | 82ec8315f777c319f2372540098e21111019d629 (diff) | |
download | dsub-4738428c2c205f42200386ae09b44b9ec07b9144.tar.gz dsub-4738428c2c205f42200386ae09b44b9ec07b9144.tar.bz2 dsub-4738428c2c205f42200386ae09b44b9ec07b9144.zip |
Move subsonic-android to root
Diffstat (limited to 'subsonic-site/src/main/webapp/adwords-android.jsp')
-rw-r--r-- | subsonic-site/src/main/webapp/adwords-android.jsp | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/subsonic-site/src/main/webapp/adwords-android.jsp b/subsonic-site/src/main/webapp/adwords-android.jsp deleted file mode 100644 index 795dc39e..00000000 --- a/subsonic-site/src/main/webapp/adwords-android.jsp +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html -PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> - <title>Subsonic » Free Music Streamer</title> - <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/reset/reset.css"> - <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/fonts/fonts.css"> - <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/grid/grid.css"> - <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/base/base.css"> - <%@ include file="tracking.jsp" %> -</head> -<body> - -<h1>Subsonic Music Streamer</h1> -<p> - Stream and download music from your home computer to Android, iPhone and Windows Phone. - All your music - anywhere, anytime! Never sync again. - Supports most audio formats, including mp3, ogg, aac, flac, wma. -</p> - -<p> - Supports streaming, downloading, playlists, album art, searching and automatic conversion to lower bitrates. - For improved performance, music you have listened to is cached on the phone. - An offline mode is also available for when you are outside 3G/Wi-Fi coverage. -</p> - -<p> - Server software is available for Windows, Mac and Linux. -</p> - -<p> - For more information, visit <a href="http://www.subsonic.org/">subsonic.org</a>, or download the Subsonic app from - Android Market or Apple App Store. The app is by default connected to a demo server so you can try it out without installing the - Subsonic server software on your home computer. -</p> - -<a href="inc/img/screenshots/screen12.png"><img src="inc/img/screenshots/thumb12.png" alt=""/></a> -<a href="inc/img/screenshots/screen13.png"><img src="inc/img/screenshots/thumb13.png" alt=""/></a> -<a href="inc/img/screenshots/screen14.png"><img src="inc/img/screenshots/thumb14.png" alt=""/></a> -<a href="inc/img/screenshots/screen15.png"><img src="inc/img/screenshots/thumb15.png" alt=""/></a> - -</body> -</html>
\ No newline at end of file |