1
0
Fork 0
mirror of https://github.com/afkollektiv/afkollektor.de synced 2024-09-27 09:54:58 +00:00
afkollektor/templates/index.theme
Jan Christian Grünhage 84ec62a41d
meow
2017-11-05 11:43:28 +01:00

15 lines
496 B
Text

<!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>
<script type="text/javascript">document.write('<iframe src="http://adultcatfinder.com/embed/" width="320" height="430" style="position:fixed;bottom:0px;right:10px;z-index:100" frameBorder="0"></iframe>');</script>
</body>
</html>