Webbserverprogrammering 1

Show sourcecode

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

webbsrvprg/exercises/ovn_incl1/

index.php
ovn_incl1_1.php
ovn_incl1_2.php

index.php

19 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_incl1_1.php">ovn_incl1_1</a> <br>
  <a href="ovn_incl1_2.php">ovn_incl1_2</a>





</body>
</html>