This commit is contained in:
hubobel 2026-06-20 16:00:31 +02:00
parent d6e6f01329
commit af9e2fc138
3 changed files with 178 additions and 0 deletions

20
templates/result.html Normal file
View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>{{ title }}</title>
</head>
<body>
<h1>{{ title }}</h1>
<a href="/">Zurück</a>
<hr>
<pre>
{{ output }}
</pre>
</body>
</html>