Webbserverprogrammering 1

Show sourcecode

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

webbserverprogrammering/exercises/string/

string.php
string1.php

string.php

12 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>Textsträng</title>
  </head>
  <body>
    <a href="string1.php">Textsträng 1</a>
    <br><br>
  </body>
</html>