20 lines
533 B
HTML
20 lines
533 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Trikotwaschliste - Credits</title>
|
|
<link rel="stylesheet" type="text/css" href="/static/semantic.min.css">
|
|
</head>
|
|
<body>
|
|
|
|
{{template "navbar"}}
|
|
<div class="ui text center aligned container">
|
|
<br>
|
|
<h1 class="">Trikot Waschliste <small>Version: {{ .version }}</small></h1>
|
|
<br>
|
|
<h2>Entwickler: structix</h2>
|
|
<h2>Git Repository: <a href="https://git.schoffit.net/structix/trikotwaschliste">Gitea Link</a></h2>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |