Files
Flask_Webserver/templates/index.html
2024-01-12 11:55:01 +01:00

13 lines
223 B
HTML

<html>
<head>
<title>Homepage</title>
</head>
<body>
<h1>Homepage</h1>
{% for x in range(content) %}
<p>{{x}}</p>
{% endfor %}
<p>{{x}}<p>
</body>
</html>