Webbserverprogrammering 1

Show sourcecode

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

webbserver/

img/
incl/
index.php
ovningar/
ovningar.php
source.php
style/
test/
viewsource.php

ovningar.php

21 lines UTF-8 Windows (CRLF)
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Övningar</title>
</head>
<body>
    <h1>Övningar</h1>
    <a href="ovningar/grunder/grunder_index.php">grunder</a>
    <br>
    <a href="ovnigar/functions/functions_index.php">funktioner</a>
    <br>
    <a href="ovningar/formular/formular_index.php">formulär</a>
    <br>
    <a href="ovningar/inkludera/inkluderaindex.php">inkludera</a>
    <br>
    <a href="ovningar/fragetavling/fragetavling.php">frågetävling</a>
    
</body>
</html>