tools/cmd/melon-tools/pages/index.go.html

26 lines
442 B
HTML

<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Melon Tools</title>
<style>
html, body {
background-color: #2a2c2d;
color: #d8d4d0;
}
a {
color: #4699fa;
}
</style>
</head>
<body>
<h1>Melon Tools</h1>
<ul>
{{range .Modules}}
<li>{{.}}</li>
{{end}}
</ul>
</body>
</html>