initial commit

This commit is contained in:
2024-01-12 11:55:01 +01:00
commit df15c04395
4 changed files with 34 additions and 0 deletions

13
templates/index.html Normal file
View File

@@ -0,0 +1,13 @@
<html>
<head>
<title>Homepage</title>
</head>
<body>
<h1>Homepage</h1>
{% for x in range(content) %}
<p>{{x}}</p>
{% endfor %}
<p>{{x}}<p>
</body>
</html>