startit/index.html

30 lines
1.1 KiB
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">
2024-08-09 12:58:43 +02:00
<title>Kode</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
<script src="script.js"></script>
2024-08-08 09:04:57 +02:00
</head>
2024-08-09 12:52:15 +02:00
2024-08-08 09:04:57 +02:00
<body>
2024-08-09 13:30:15 +02:00
<h2>Vi lærer JavaScript, HTML og CSS på <a href="https://getacademy.no/"> GetAcademy</a></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>
2024-08-09 13:05:26 +02:00
<li><a href="https://geokkjer.github.io/startit/JS_freecodecamp">JS video freecodecamp</a><br/>
<a href="https://www.youtube.com/watch?v=Zi-Q0t4gMC8">Video link</a></li>
<li><a href="https://geokkjer.github.io/startit/MDN">MDN</a></li>
<li><a href="https://geokkjer.github.io/startit/the_good_parts">JavaScript: The good the_good_parts</a></li>
2024-08-09 12:54:38 +02:00
</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>
<footer>
2024-08-09 13:28:32 +02:00
<a href="https://brutalist-web.design/">brutalist-web</a> <a href="https://watercss.kognise.dev/">Water CSS</a> Ⓒ Geir Okkenhaug Jerstad 2024
</footer>
2024-08-08 09:04:57 +02:00
</html>