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

13 lines
229 B
HTML
Raw Normal View History

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