13 lines
229 B
HTML
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>
|