mirror of
https://github.com/Kizuren/statusPage.git
synced 2026-01-08 23:49:46 +01:00
17 lines
No EOL
325 B
HTML
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> |