Show sourcecode
The following files exists in this folder. Click to view.
webbserverprogrammering/exercises/funktioner/
funktioner.php
funktioner1.php
funktioner2.php
funktioner.php
15 lines ASCII Windows (CRLF)
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>funktioner</title>
</head>
<body>
<a href="funktioner1.php">Funktioner 1</a>
<br><br>
<a href="funktioner2.php">Funktioner 2</a>
<!-- <br><br>
<a href="funktioner3.php">Funktioner 3</a> -->
</body>
</html>