Webbserverprogrammering 1

Show sourcecode

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

webbsrvprg/exercises/exerciseIncl/

slut.php
start.php

start.php

20 lines UTF-8 Windows (CRLF)
<!DOCTYPE html>
<html lang="sv" id="cursorBlade">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport">
    <title>Övning Formulär</title>

    <link rel="icon" type="image/x-icon" href="ovningar/img/logo.png">

    <link href="../../index.css" rel="stylesheet"> <!-- CSS för index -->
  </head>

  <body>
    <header>
      <a href="../../../index.php" id="titleLink">.・゜゜・✧・゚: *✧・゚:*Teos Hemsida*:・゚✧*:・゚✧・゜゜・.</a>

      <a href="../../index.php" class="webLink">Webserv</a>
      <a href="../../../webbutveckling2/index.html" class="webLink">Web 2</a>
      <a href="../../../webbutveckling1/index.html" class="webLink">Web 1</a>
    </header>