Webbserverprogrammering 1

Show sourcecode

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

webbsrvprg/exercises/ovn_incl2/

index.php
ovn_incl2_1.php
ovn_incl2_2.php
ovn_incl2_3.php
ovn_incl2_4.php
ovn_incl2_5.php

index.php

23 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>ovningar</title>
</head>
<body>
  <h1>incl</h1>

  <a href="ovn_incl2_1.php">ovn_incl2_1</a> <br>
  <a href="ovn_incl2_2.php">ovn_incl2_2</a> <br>
  <a href="ovn_incl2_3.php">ovn_incl2_3</a> <br>
  <a href="ovn_incl2_4.php">ovn_incl2_4</a> <br>
  <a href="ovn_incl2_5.php">ovn_incl2_5</a> <br>






</body>
</html>