Skip to content
Open
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
31 changes: 20 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
$ cat index.html
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
</body>
<p>first paragraph.</p>
</body>
</html>

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
</body>
<<<<<<< HEAD
<p>This is a Heading</p>
<p>first paragraph.</p>
<h1>This is a another paragraph</h1>
<p>This is a paragraph.</p>
<body>
=======
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
<p>This is a another paragraph.</p>
</body>
>>>>>>> 6ba97e9 (resolved conflict)
</html>