startit/oppgaver/uke4/adjektichistorie/adjektivhistorie.html

16 lines
311 B
HTML
Raw Normal View History

2024-08-26 14:39:39 +02:00
<!DOCTYPE html>
<html lang="en">
2024-08-27 13:11:59 +02:00
2024-08-26 14:39:39 +02:00
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
2024-08-27 13:11:59 +02:00
<link rel="stylesheet" href="style.css">
2024-08-26 14:39:39 +02:00
</head>
2024-08-27 13:11:59 +02:00
2024-08-26 14:39:39 +02:00
<body>
2024-08-27 13:11:59 +02:00
<div id="app"></div>
<script src="script.js"></script>
2024-08-26 14:39:39 +02:00
</body>
2024-08-27 13:11:59 +02:00
2024-08-26 14:39:39 +02:00
</html>