Webbserverprogrammering 1

Show sourcecode

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

webbsrvprg/exercises/inkludera/

hejsvejs.php
inkludera.php
inkludera1.php
inkludera2a.php
inkludera2b.php
inkludera2c.php
slut.php
start.php

slut.php

11 lines ASCII Windows (CRLF)
<?php
  
echo '
    <footer style="position:absolute; bottom: 0; height: 20vh; width: 99vw; background-color: green;">
      <hr>
      <p style="text-align: center;">
        <span>Teo Rutisson</span>
        <span>12/9-2025</span>
      </p>
    </footer>
  '
?>