startit/index.html

21 lines
423 B
HTML
Raw Normal View History

2024-08-08 09:04:57 +02:00
<!DOCTYPE html>
<html lang="en">
2024-08-09 12:52:15 +02:00
2024-08-08 09:04:57 +02:00
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
2024-08-09 12:52:15 +02:00
2024-08-08 09:04:57 +02:00
<body>
2024-08-09 12:46:21 +02:00
<h2>Vi lærer JS på Get Academy</h2>
2024-08-09 12:52:15 +02:00
<div>
Linker:
<a href="https://geokkjer.github.io/startit/intro_html">Intro HTML CSS Javascript</a>
<a href="">JS video freecodecamp</a>
2024-08-09 12:46:21 +02:00
</div>
2024-08-08 09:04:57 +02:00
</body>
2024-08-09 12:52:15 +02:00
2024-08-08 09:04:57 +02:00
</html>