ING/templates/result.html
2026-06-20 16:00:31 +02:00

20 lines
No EOL
209 B
HTML

<!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>