CTF_Site/templates/index.html

17 lines
251 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Voidcorp challenges!</title>
</head>
<body>
<header>
</header>
<main>
{{content}}
</main>
<footer>
</footer>
</body>
</html>