This repository has been archived on 2022-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
Segfautils/static/index.html
Odyssey346 7fb608b1f9 more initial than your
Signed-off-by: Odyssey346 <odyssey346@disroot.org>
2022-07-20 10:57:12 +02:00

13 lines
229 B
HTML

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