akis stuff

This commit is contained in:
2022-07-29 15:35:19 +03:00
parent 2791e68131
commit 9b956bd505
3 changed files with 71 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Segfautilites</title>
<style>
body {
background-color: #252525;
@@ -19,4 +23,5 @@
<body>
<h1>Welcome to Segfautilities</h1>
<h3>Running at port {{.Port}} | <a href="https://github.com/ProjectSegfault/segfautilities/" target="_blank">GitHub</a></h3>
<h3><a href="/form">Click here for an example form implementation</a></h3>
</body>