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

Added 'pulse' web view

This commit is contained in:
Krateng
2019-02-18 15:52:08 +01:00
parent b65d65326c
commit b17cfa21b4
4 changed files with 110 additions and 1 deletions

28
website/pulse.html Normal file
View File

@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Maloja - Pulse</title>
<link rel="stylesheet" href="maloja.css" />
</head>
<body>
<table class="top_info">
<tr>
<td class="image">
<div style="background-image:url('KEY_IMAGEURL')"></div>
</td>
<td class="text">
<h1>Pulse</h1><br/>
<span>KEY_LIMITS</span>
<!--<p class="stats">KEY_SCROBBLES Scrobbles</p>-->
</td>
</tr>
</table>
KEY_PULSE_TABLE
</body>
</html>