This commit is contained in:
Waloshi6
2026-02-08 14:34:23 +01:00
parent ac8addb65a
commit 7377c00a47
15 changed files with 229 additions and 168 deletions

View File

@@ -0,0 +1,9 @@
<!-- templates/index.html -->
<!DOCTYPE html>
<html>
<head><title>DevOps App</title></head>
<body>
<h1>{{ header|safe }}</h1>
<div>{{ content|safe }}</div>
</body>
</html>