-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.html
24 lines (23 loc) · 848 Bytes
/
action.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
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>RDIO.com Extension</title>
<link rel="stylesheet" href="rdio_plugin.css" media="all" />
</head>
<body>
<div id="full_screen_back">
<div class="song_info_row">
<div id="track_album">Reasonable Doubt</div>
</div>
<div class="song_info_row">
<div id="track_artist">Jay-z</div>
</div>
<div class="song_info_row">
<div id="track_name">D'Evils</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="rdio_ext.js"></script>
</body>
</html>