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/index.html | |
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/index.html')
-rw-r--r-- | subsonic-site/src/main/webapp/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/subsonic-site/src/main/webapp/index.html b/subsonic-site/src/main/webapp/index.html new file mode 100644 index 00000000..372f74d1 --- /dev/null +++ b/subsonic-site/src/main/webapp/index.html @@ -0,0 +1,10 @@ +<html> + +<head> + <meta http-equiv="refresh" content="0;URL=index.jsp"> +</head> + +<body> +</body> + +</html>
\ No newline at end of file |