Webbserverprogrammering 1

Show sourcecode

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

webbserver/ovningar/inkludera/

footer.php
hej_svejs.php
inkludera1.php
inkludera2.php
inkludera2a.php
inkludera2b.php
inkludera2c.php
inkluderaindex.php
sidstart.php

footer.php

24 lines ASCII Windows (CRLF)
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            font-size: 14px;
            color: #555;
            text-align: center;
        }
    </style>
</head>
<body>
    <hr>
    <b>
    &copy; Folke Lundin
    <br>
    1/10-2025
    </b>
</body>
</html>