From b5751f1d44267a5df020924bf976dff7f8360833 Mon Sep 17 00:00:00 2001 From: ybouane Date: Tue, 8 Oct 2024 22:40:34 -0400 Subject: [PATCH] Static content (client) --- static/client.js | 0 static/index.html | 17 +++++++++++++++++ static/style.css | 0 3 files changed, 17 insertions(+) create mode 100644 static/client.js create mode 100644 static/index.html create mode 100644 static/style.css diff --git a/static/client.js b/static/client.js new file mode 100644 index 0000000..e69de29 diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..fbd0593 --- /dev/null +++ b/static/index.html @@ -0,0 +1,17 @@ + + + + Pulse — Server Status + + + + +

Pulse

+
+ + + \ No newline at end of file diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..e69de29