getting laptop in sync

This commit is contained in:
Geir Okkenhaug Jerstad 2024-08-30 11:51:33 +02:00
parent 7d03b87ddc
commit f822cd0e81
5 changed files with 24 additions and 4 deletions

13
the_good_parts/index.html Normal file
View file

@ -0,0 +1,13 @@
<!doctype html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
</head>
<body>
</body>
</html>

View file

4
the_good_parts/script.js Normal file
View file

@ -0,0 +1,4 @@
hello();
function hello() {
console.log('Hello World!');
}

View file

@ -0,0 +1,3 @@
function() {
consol
}