startit/index.html

23 lines
488 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:55:43 +02:00
<h2>Vi lærer JavaScript HTML og CSS på Get Academy</h2>
2024-08-09 12:46:21 +02:00
2024-08-09 12:52:15 +02:00
<div>
Linker:
2024-08-09 12:54:38 +02:00
<ol>
<li><a href="https://geokkjer.github.io/startit/intro_html">Intro HTML CSS Javascript</a></li>
<li><a href="">JS video freecodecamp</a></li>
</ol>
2024-08-09 12:46:21 +02:00
</div>
2024-08-09 12:54:38 +02:00
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>