initial commit
This commit is contained in:
13
templates/index.html
Normal file
13
templates/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user