mirror of
https://github.com/Kizuren/statusPage.git
synced 2025-12-21 21:16:09 +01:00
Static content (client)
This commit is contained in:
parent
a0c797ee58
commit
b5751f1d44
3 changed files with 17 additions and 0 deletions
0
static/client.js
Normal file
0
static/client.js
Normal file
17
static/index.html
Normal file
17
static/index.html
Normal 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
0
static/style.css
Normal file
Loading…
Add table
Add a link
Reference in a new issue