Webbserverprogrammering 1

Show sourcecode

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

webbsrvprg/projekt/

filhantering/
index.php
quiz/
slutprojekt/
uploads/

index.php

28 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>Mina projekt</h1>

  <a href="quiz/index.php">quiz</a> <br>
  <a href="slutprojekt/login.php">slutprojekt</a> <br>

 












</body>
</html>