Webbserverprogrammering 1

Show sourcecode

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

webbsrvprg/exercises/ovning4/

index.html
ovn_inc1.php
ovn_inc2a.php
ovn_inc2b.php
ovn_inc2c.php

index.html

14 lines ASCII Windows (CRLF)
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <a href="ovn_inc1.php">Ovning 1</a><br>
    <a href="ovn_inc2a.php">Ovning 2a</a><br>
    <a href="ovn_inc2b.php">Ovning 2b</a><br>
    <a href="ovn_inc2c.php">Ovning 2c</a><br>
</body>
</html>