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

start.php

5 lines UTF-8 Windows (CRLF)
<?php
  
echo '
  <h1 style="line-height: 20vh; font-size:5em; text-align: center; background-color: gray; margin: 0;">Välkommen</h1>
  '
;
?>