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_template_preview/oppgaver/oppgave2/oppgave.html
2020-02-16 21:27:24 +01:00

20 lines
442 B
HTML

<!DOCTYPE html>
<html lang="en">
<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>Oppgave 2</title>
<link rel="stylesheet" href="../../../../resources/css/main.css">
<script async src="./script.js"></script>
</head>
<body>
<h1>Oppgave 2</h1>
<div class="center">
</div>
</body>
</html>