dag 3 commit 6
This commit is contained in:
parent
49b49cc984
commit
9b5af40b74
12
index.html
12
index.html
|
@ -1,17 +1,21 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Document</title>
|
<title>Document</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h2>Vi lærer JS på Get Academy</h2>
|
<h2>Vi lærer JS på Get Academy</h2>
|
||||||
|
|
||||||
<div><Linker:
|
|
||||||
<a href="https://geokkjer.github.io/startit/intro_html">Intro HTML CSS Javascript</a>
|
|
||||||
|
|
||||||
<a href="">JS video freecodecamp</a>
|
<div>
|
||||||
|
Linker:
|
||||||
|
<a href="https://geokkjer.github.io/startit/intro_html">Intro HTML CSS Javascript</a>
|
||||||
|
|
||||||
|
<a href="">JS video freecodecamp</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue