This repository has been archived on 2019-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
scoreboard/templates/index.html

11 lines
214 B
HTML
Raw Normal View History

2019-05-27 21:46:09 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Abistreiche</title>
</head>
<body>
<h1>Abistreiche</h1>
<a href="/games">Spiele</a>
<a href="/groups">Gruppen</a>
</body>
</html>