tools/module/gitea/pages/index.go.html

19 lines
318 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Gitea | Melon Tools</title>
</head>
<body>
<h1>Gitea | Melon Tools</h1>
<div>
<p>Select repository source:</p>
<ul>
<li>{{.Username}} (my user account)</li>
{{range .Orgs}}
<li>{{.Name}}</li>
{{end}}
</ul>
</div>
</body>
</html>