Webbserverprogrammering 1

Show sourcecode

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

ramverket/incl/

config.php
footer.php
header.php
ovn_incl1.php
ovn_incl2_end.php
ovn_incl2_start.php
ovn_incl3.php
ovn_incl4_end.php
ovn_incl4_start.php

ovn_incl2_start.php

15 lines UTF-8 Windows (CRLF)
<!DOCTYPE html>
<html lang="sv">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Include</title>
</head>
<body>
  <nav>
    <ul>
      <li><a href="#">Banan</a></li>
      <li><a href="#">Apelsin</a></li>
      <li><a href="#">Äpple</a></li>
    </ul>
  </nav>