make index.html look nicer

Signed-off-by: Odyssey346 <odyssey346@disroot.org>
This commit is contained in:
Odyssey346 2022-07-28 12:02:52 +02:00
parent d1a0d01a5e
commit 1a6e016ae3

View File

@ -4,10 +4,19 @@
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}}</h3>
<h3>Running at port {{.Port}} | <a href="https://github.com/ProjectSegfault/segfautilities/" target="_blank">GitHub</a></h3>
</body>