Show sourcecode
The following files exists in this folder. Click to view.
config.php
footer.php
header.php
footer.php
16 lines UTF-8 Windows (CRLF)
<!-- footer -->
<footer id="bottom">
<p>Verktyg:
<a href="http://validator.w3.org/check/referer">HTML5</a>
<a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>
<a href="http://validator.w3.org/unicorn/check?ucn_uri=referer&ucn_task=conformance">Unicorn</a>
<a href="viewsource.php">Källkod</a>
</p>
<?php if(isset($pageTimeGeneration)) { ?>
<p>Sidan skapades på <?php echo round(microtime(true)-$pageTimeGeneration, 5); ?> sekunder</p>
<?php } ?>
</footer>
</body>
</html>