Begin Interface

This commit is contained in:
2024-10-08 13:08:17 +02:00
parent cff39d61de
commit 28eee676c4
5 changed files with 105 additions and 44 deletions

View File

@ -1,8 +1,14 @@
<html>
<head>
<title>UMS-Agenten Management</title>
<title>UMS-Agenten &ndash; Management</title>
</head>
<body>
<h1>Empty</h1>
<h1>UMS-Agenten &ndash; Management</h1>
<ul>
<li><a href="/app/" target="_blank">Web App (small GUI)</a></li>
<li><a href="/app/new" target="_blank">Add Riddle via GUI</a></li>
<li><a href="/api/" target="_blank">API Documentations</a></li>
<li><a href="/docs/" target="_blank">Code Documentation</a></li>
</ul>
</body>
</html>