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

29 lines
461 B
HTML
Raw Normal View History

2018-12-08 02:01:44 +03:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
2019-03-10 19:38:33 +03:00
<title>Maloja - Top Artists</title>
2018-12-08 02:01:44 +03:00
</head>
2019-03-29 21:44:42 +03:00
2018-12-08 02:01:44 +03:00
<body>
2018-12-17 18:33:26 +03:00
<table class="top_info">
<tr>
<td class="image">
<div style="background-image:url('KEY_TOPARTIST_IMAGEURL')"></div>
</td>
<td class="text">
2018-12-22 02:31:27 +03:00
<h1>Top Artists</h1><br/>
2019-03-03 00:55:22 +03:00
<span>KEY_RANGE</span>
<!--<p class="stats">KEY_SCROBBLES Scrobbles</p>-->
2019-03-29 21:44:42 +03:00
2018-12-17 18:33:26 +03:00
</td>
</tr>
</table>
2019-03-29 21:44:42 +03:00
2018-12-17 18:33:26 +03:00
KEY_ARTISTLIST
2019-03-29 21:44:42 +03:00
2018-12-08 02:01:44 +03:00
</body>
</html>