Static content (client)

This commit is contained in:
ybouane 2024-10-08 22:40:34 -04:00
parent a0c797ee58
commit b5751f1d44
3 changed files with 17 additions and 0 deletions

0
static/client.js Normal file
View file

17
static/index.html Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>Pulse — Server Status</title>
<link href="style.css" rel="stylesheet" />
<script src="client.js" type="text/javascript"></script>
</head>
<body>
<h1>Pulse</h1>
<div id="sites"></div>
<template id="site">
<div class="site">
</div>
</template>
</body>
</html>

0
static/style.css Normal file
View file