-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
executable file
·32 lines (27 loc) · 1000 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html charset="utf-8">
<head>
<title>untitled</title>
<meta name="generator" content="TextMate http://macromates.com/">
<meta name="author" content="Joseph Moore">
<!-- Date: 2011-04-08 -->
<link rel="stylesheet" href="mp3player/player/css/styles.css" type="text/css" media="all" />
<!-- <link rel="stylesheet" href="mp3player/player/css/blackandwhite.css" type="text/css" media="all" /> -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script type="text/javascript" src="mp3player/player/mp3playerplugin.js"></script>
</head>
<body>
<style>
body{
background-color:#ba235a;
color:#fff;
}
</style>
<h1>Some Douche's Page</h1>
<div class="content">
<p>Here is some terrible content that goes right before the plugin player.</p>
</div>
<div id="mp3Player" data-folder="mp3player/music"></div>
</body>
</html>