CTF_Site/templates/index.html

17 lines
251 B
HTML
Raw Normal View History

2019-06-13 12:10:54 +02:00
<!DOCTYPE html>
<html>
<head>
<title>Voidcorp challenges!</title>
</head>
<body>
<header>
</header>
<main>
{{content}}
</main>
<footer>
</footer>
</body>
</html>