diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2012-02-13 23:35:38 +0100 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2012-02-13 23:35:38 +0100 |
commit | 8d7473e603817d6857873d2a960769ec09a4c5ab (patch) | |
tree | ec8cdea548e387e6da397ace4d841c725fc3f079 /static/index.html | |
parent | 0d8e86265f74ee36503bbcec445dcefdea208df0 (diff) |
Implemented a simple directory and track lister.
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html index ebd82b9..a81c08a 100644 --- a/static/index.html +++ b/static/index.html @@ -2,7 +2,11 @@ <html> <head> <title>音楽</title> + <script type="text/javascript" src="/static/jquery-1.7.1.min.js"></script> + <script type="text/javascript" src="/static/init.js"></script> </head> <body> + <ul id="directory-list"> + </ul> </body> </html> |