oppgave uke 4

This commit is contained in:
Geir Okkenhaug Jerstad 2024-08-30 13:51:45 +02:00
parent 776697c72e
commit 2d7289f0c1
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="app" class="app"></div>
<script src="script.js"></script>
</body>
</html>