This repository has been archived on 2024-09-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
IT2/html/test_15.11.19/index.html
2020-01-29 12:56:06 +01:00

31 lines
746 B
HTML
Executable File

<!DOCTYPE html>
<html lang="no">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Prøve 15.11.19</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Prøve 15.11.2019</h1>
<a href="html/task1.html">Oppgave 1</a>
<br>
<a href="html/task2.html"> Oppgave 2</a>
<br>
<a href="html/task3.html">Oppgave 3</a>
<br>
<a href="html/task4.html"> Oppgave 4</a>
<br>
<a href="html/task5.html">Oppgave 5</a>
<br>
<a href="html/task6.html"> Oppgave 6</a>
<br>
<a href="html/task7.html"> Oppgave 7</a>
</body>
</html>