Files
SuperMega/app/templates/index.html
T
2024-02-17 11:17:40 +00:00

15 lines
198 B
HTML

<!DOCTYPE html>
<html>
<head>
{% include 'header.html' %}
</head>
<body>
{% include 'navigation.html' %}
<div class="indent">
<h1> SuperMega </h1>
</div>
</body>
</html>