Show sourcecode
The following files exists in this folder. Click to view.
excercise_autolist.php
exercises/
exercises.php
gamla-kurser/
img/
incl/
index-no-include.php
index.php
source.php
style/
viewsource.php
webbsrvprg/
webbutv1/
index.php
23 lines UTF-8 Windows (CRLF)
<?php
include("incl/config.php");
$title = "Webbserv1 :Start";
$pageId = "start";
?>
<?php include("incl/header.php"); ?>
<!-- sidans huvudinnehåll -->
<div id="content">
<article class="justify border">
<h1>Start</h1>
<figure class="right top">
<img src="img/Minou.jpg" alt="Minou" width="200">
<figcaption>
<p>Min katt Minou</p>
</figcaption>
</figure>
<p>Hej och välkommen till Loves samlingssida i kursen webbserverprogrammering 1.</p>
</article>
</div>
<?php include("incl/footer.php"); ?>