Webbserverprogrammering 1

Show sourcecode

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

webbutv3/

exercices/
exercises.php
header.php
incl/
index.php
ovningar/
project
projects.php
projekt/
reflections.php
source.php
stresstest.php
style.css
test
test.py
upgifter/
viewsource.php
word-app/

reflections.php

25 lines UTF-8 Windows (CRLF)
<?php

include("incl/config.php");

$title "Reflektioner - Alriks sida (wsprog 1)";
$pageId "reflections";
$pageStyle ''// page unique styles

include("incl/header.php");
?>


<!-- main content  -->
<main>
<article>
    <h1>Reflektioner om de olika områdena</h1>

    Nä
</article>
</main>


<?php
include("incl/footer.php");
?>