Show sourcecode
The following files exists in this folder. Click to view.
webbserver/ovningar/functions/
functions1.php
functions2.php
functions3.php
functions4.php
functions5.php
functions6.php
functions_index.php
functions_index.php
21 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="functions1.php">1</a>
<br>
<a href="functions2.php">2</a>
<br>
<a href="functions3.php">3</a>
<br>
<a href="functions4.php">4</a>
<br>
<a href="functions5.php">5</a>
<br>
<a href="functions6.php">6</a>
</body>
</html>