diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-07-02 21:24:02 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-07-02 21:24:02 -0700 |
commit | a1a18f77a50804e0127dfa4b0f5240c49c541184 (patch) | |
tree | 19a38880afe505beddb5590379a8134d7730a277 /subsonic-site/src/main/webapp/adwords-android.jsp | |
parent | b61d787706979e7e20f4c3c4f93c1f129d92273f (diff) | |
download | dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.tar.gz dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.tar.bz2 dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.zip |
Initial Commit
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, 45 insertions, 0 deletions
diff --git a/subsonic-site/src/main/webapp/adwords-android.jsp b/subsonic-site/src/main/webapp/adwords-android.jsp new file mode 100644 index 00000000..795dc39e --- /dev/null +++ b/subsonic-site/src/main/webapp/adwords-android.jsp @@ -0,0 +1,45 @@ +<?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 |