more initial than your

Signed-off-by: Odyssey346 <odyssey346@disroot.org>
This commit is contained in:
Odyssey346
2022-07-20 10:57:12 +02:00
commit 7fb608b1f9
6 changed files with 728 additions and 0 deletions

13
static/index.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<head>
<style>
body {
background-color: #252525;
color: #fff;
}
</style>
</head>
<body>
<h1>Welcome to Segfautilities</h1>
<h3>Running at port {{.Port}}</h3>
</body>