mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
30 lines
496 B
HTML
30 lines
496 B
HTML
|
<!DOCTYPE html>
|
||
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<title>Maloja</title>
|
||
|
<link rel="stylesheet" href="maloja.css" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<table class="top_info">
|
||
|
<tr>
|
||
|
<td class="image">
|
||
|
<img src="KEY_IMAGEURL" />
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<h1>KEY_ARTISTNAME</h1>
|
||
|
<p class="stats">2342 Scrobbles / 23th all time / 12th this month</p>
|
||
|
|
||
|
KEY_DESCRIPTION
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<h2>Tracks</h2>
|
||
|
KEY_TRACKLIST
|
||
|
|
||
|
</body>
|
||
|
</html>
|