mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
15 lines
198 B
HTML
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> |