1
0
Fork 0
mirror of https://github.com/afkollektiv/afkollektor.de synced 2024-05-05 17:36:46 +00:00
afkollektor/templates/index.theme
2017-11-05 02:55:36 +01:00

15 lines
278 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Der AfKollektor.</title>
<link rel="stylesheet" href="./index.css">
</head>
<body>
<div class="afk-container">
<?theme body?>
</div>
<script src="./k.js"></script>
</body>
</html>