Webbserverprogrammering 1

Show sourcecode

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

webbserverprogrammering/

assets/
comments.php
database/
exercises/
exercises.php
img/
incl/
index-no-include.php
index.php
js/
source.php
style/
submissions/
viewsource.php

index.php

17 lines UTF-8 Windows (CRLF)
<?php
include("incl/config.php");
$title "Webbserv1 :Start";
$pageId "start";
$pageStyle '

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

<!-- sidans huvudinnehåll  -->
<div id="content" class="bg-dark">
<main class="justify border">
  <img src="./assets/images/firuz_face.jpg" alt="" class="hero-img">
</main>
</div>
<?php include("incl/footer.php"); ?>