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)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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");
?>