Show sourcecode
The following files exists in this folder. Click to view.
comments.php
exercises/
exercises.php
img/
incl/
index-no-include.php
index.html
index.php
ovningar/
source.php
style/
viewsource.php
index.html
41 lines ASCII Windows (CRLF)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Webbserverprogrammering</title>
</head>
<body>
<p>GRUNER</p>
<br>
<a href="exercises/gr/ovn_gr1.php">Grund 1</a>
<a href="exercises/gr/ovn_gr2.php">Grund 2</a>
<a href="exercises/gr/ovn_gr3a.php">Grund 3a</a>
<a href="exercises/gr/ovn_gr3b.php">Grund 3b</a>
<a href="exercises/gr/ovn_gr4.php">Grund 4</a>
<a href="exercises/gr/ovn_gr5.php">Grund 5</a>
<a href="exercises/gr/ovn_gr6.php">Grund 6</a>
<a href="exercises/gr/ovn_gr7.php">Grund 7</a>
<br><br>
<p>FUNKTIONER</p>
<br>
<a href="exercises/funk/ovn_funk1.php">Funk 1</a>
<a href="exercises/funk/ovn_funk2.php">Funk 2</a>
<a href="exercises/funk/ovn_funk3.php">Funk 3</a>
<a href="exercises/funk/ovn_funk4.php">Funk 4</a>
<a href="exercises/funk/ovn_funk5.php">Funk 5</a>
<a href="exercises/funk/ovn_funk6.php">Funk 6</a>
<br><br>
<p>FORMER</p>
<br>
<a href="exercises/form/ovn_form1.php">Form 1</a>
<a href="exercises/form/ovn_form2.php">Form 2</a>
<a href="exercises/form/ovn_form3.php">Form 3</a>
<a href="exercises/form/ovn_form4.php">Form 4</a>
<a href="exercises/form/ovn_form5.php">Form 5</a>
<a href="exercises/form/ovn_form6.php">Form 6</a>
<a href="exercises/form/ovn_form7.php">Form 7</a>
<a href="exercises/form/ovn_form8.php">Form 8</a>
</body>
</html>