getting laptop in sync
This commit is contained in:
parent
7d03b87ddc
commit
f822cd0e81
5 changed files with 24 additions and 4 deletions
13
the_good_parts/index.html
Normal file
13
the_good_parts/index.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title></title>
|
||||
<meta charset="utf-8" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
0
the_good_parts/index.html~
Normal file
0
the_good_parts/index.html~
Normal file
4
the_good_parts/script.js
Normal file
4
the_good_parts/script.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
hello();
|
||||
function hello() {
|
||||
console.log('Hello World!');
|
||||
}
|
3
the_good_parts/script.js~
Normal file
3
the_good_parts/script.js~
Normal file
|
@ -0,0 +1,3 @@
|
|||
function() {
|
||||
consol
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue