Update main.py
Browse files
main.py
CHANGED
@@ -16,7 +16,7 @@ def custom_index_route():
|
|
16 |
html_content = """
|
17 |
<html>
|
18 |
<body>
|
19 |
-
<
|
20 |
</body>
|
21 |
</html>
|
22 |
"""
|
|
|
16 |
html_content = """
|
17 |
<html>
|
18 |
<body>
|
19 |
+
<h1>Test</h1>
|
20 |
</body>
|
21 |
</html>
|
22 |
"""
|