1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00
maloja/website/scrobbles.html

30 lines
482 B
HTML
Raw Normal View History

2018-12-19 17:28:10 +03:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Maloja - Scrobbles</title>
</head>
2019-03-29 21:44:42 +03:00
2018-12-19 17:28:10 +03:00
<body>
<table class="top_info">
<tr>
<td class="image">
<div style="background-image:url('KEY_IMAGEURL')"></div>
</td>
<td class="text">
<h1>Scrobbles</h1><br/>
2019-04-07 14:12:54 +03:00
<span>KEY_LIMITS</span><br/>
2018-12-19 17:28:10 +03:00
<p class="stats">KEY_SCROBBLES Scrobbles</p>
<br/>
KEY_FILTERSELECTOR
2018-12-19 17:28:10 +03:00
</td>
</tr>
</table>
2019-03-29 21:44:42 +03:00
2018-12-19 17:28:10 +03:00
KEY_SCROBBLELIST
2019-03-29 21:44:42 +03:00
2018-12-19 17:28:10 +03:00
</body>
</html>