1a6e016ae3
Signed-off-by: Odyssey346 <odyssey346@disroot.org>
22 lines
507 B
HTML
22 lines
507 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
background-color: #252525;
|
|
color: #fff;
|
|
font-family: 'JetBrains Mono', 'JetBrainsMono Nerd Font', monospace
|
|
}
|
|
|
|
a {
|
|
color: #00d4aa;
|
|
}
|
|
|
|
a:hover {
|
|
color: #4beacb;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to Segfautilities</h1>
|
|
<h3>Running at port {{.Port}} | <a href="https://github.com/ProjectSegfault/segfautilities/" target="_blank">GitHub</a></h3>
|
|
</body> |