mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
30 lines
495 B
HTML
30 lines
495 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Maloja - #1 Tracks</title>
|
|
</head>
|
|
|
|
<body>
|
|
<table class="top_info">
|
|
<tr>
|
|
<td class="image">
|
|
<div style="background-image:url('KEY_TOPTRACK_IMAGEURL')"></div>
|
|
</td>
|
|
<td class="text">
|
|
<h1>#1 Tracks</h1><br/>
|
|
<span>KEY_LIMITS</span>
|
|
<!--<p class="stats">KEY_SCROBBLES Scrobbles</p>-->
|
|
<br/><br/>
|
|
KEY_FILTERSELECTOR
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
KEY_TRACKLIST
|
|
|
|
</body>
|
|
</html>
|