Webbserverprogrammering 1

Show sourcecode

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

Webbsrvprg/

comments.php
exercises/
exercises.php
img/
incl/
index-no-include.php
index.php
index_srv.html
ovningar/
source.php
style/
viewsource.php
webbsrvbilder/

index_srv.html

18 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>Index Webbsrvprg</title>
  <link rel="icon" type="image/x-icon" href="webbsrvbilder/webbsrvlogo.ico">
  </head>

<body>

  <a href="../index.html">Tillbaka</a>
  <a href="ovningar/srv_collective.html">Till Övningar</a>

</body>

</html>