Webbserverprogrammering 1

Show sourcecode

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

webbsrvprg/exercises/ovn_incl3/

index.php
ovn_incl3_1.php
ovn_incl3_2.php
ovn_incl3_3.php
ovn_incl3_4.php
ovn_incl3_5.php
ovn_incl3_6.php

index.php

24 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_incl3_1.php">ovn_incl3_1</a> <br>
  <a href="ovn_incl3_2.php">ovn_incl3_2</a> <br>
  <a href="ovn_incl3_3.php">ovn_incl3_3</a> <br>
  <a href="ovn_incl3_4.php">ovn_incl3_4</a> <br>
  <a href="ovn_incl3_5.php">ovn_incl3_5</a> <br>
  <a href="ovn_incl3_6.php">ovn_incl3_6</a> <br>






</body>
</html>