Show sourcecode
The following files exists in this folder. Click to view.
footer.php
header.php
hejsvejs.php
footer.php
11 lines UTF-8 Windows (CRLF)
<!-- footer -->
<footer id="bottom">
<p>Peter 2024-09-13</p>
<?php if(isset($pageTimeGeneration)) { ?>
<p>Sidan skapades på <?php echo round(microtime(true)-$pageTimeGeneration, 5); ?> sekunder</p>
<?php } ?>
</footer>
</body>
</html>