Webbserverprogrammering 1

Show sourcecode

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

Webbsrvprg/exercises/

php_formulär/
php_funktioner/
php_grunder/
php_textsträngar/
php_textstränger/
srv_collective.html

srv_collective.html

17 lines ASCII Windows (CRLF)
<!DOCTYPE html>
<html lang="sv"content="width=device-width, initial-scale=1.0">
  <title>WEBBSRVPRG COLLECTIVE</title>
  <link rel="icon" type="image/x-icon" href="../webbsrvbilder/webbsrvlogo.ico">
  </head>

<body>

  <a href="../index_srv.html">Tillbaka</a>
  <br><br>
  <h1>PHP Grunder:</h1>
  <br><br>
    <a href="php_grunder/php_grunder_1.html" target="_blank">Uppgift 1</a>
  
</body>

</html>