Files
SuperMega/app/templates/index.html
T
2024-03-26 17:46:09 +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>