Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

webbserverprogrammering/incl/

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&amp;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) - $pageTimeGeneration5); ?> sekunder</p>
    <?php ?>
</footer>
</body>

</html>