Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 12 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<!DOCTYPE html>
<html>
<title>HTML Tutorial</title>
<body>

<p>First paragraph.</p>

</body>
</html>

<!DOCTYPE html>
<html>
<title>HTML Tutorial</title>
<body>

<p>First paragraph.</p>
<p>This is a paragraph.</p>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

console.log("Hello git and github")