statusPage/static/index.html
2024-10-08 22:40:34 -04:00

17 lines
No EOL
325 B
HTML

<!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>