blob: 8e5b35b9f4cba064ec39e5b2f35ef22340329cf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
</article>
</div>
</div>
<footer>
<p>
© copyleft | <a href="mailto:erzengel@lists.ccc.de">Kontakt</a> | <a href="<?php echo $ENGEL_ROOT; ?>credits.php">Credits</a><br />
This is hell. Temporarily.
</p>
</footer>
<?php
include ("funktion_counter.php");
mysql_close($con);
?>
</body>
</html>
|