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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# learning-git

Git repo testing of branching and committing test
Git repo testing of branching and committing (amended) test

30 changes: 19 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a another Heading</h1>
<p>First paragraph another paragraph</p>

</body>
</html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a another Heading</h1>
<p>First paragraph another paragraph</p>
<h1>This is a Heading</h1>
<h1>This is a another Heading</h1>
<p>This is a paragraph another paragraph</p>

<h1>Whatever44</h1>

<h1>Whatever</h1>
<h1>Whatever3</h1>

</body>
</html>