Webbserverprogrammering 1

Show sourcecode

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

webbsrvprg/exercises/ovning6/

index.html
ovn_frmt3.php
ovn_frmt6.php
test.html

index.html

12 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_frmt3.php">Ovning 3</a> <br>
    <a href="ovn_frmt6.php">Ovning 6</a> <br>
</body>
</html>