Skip to content

Commit fc0caea

Browse files
KrishnaKrishna
authored andcommitted
merged with hello-world-images after fixing conflicts
2 parents 3b3d33c + af5e914 commit fc0caea

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@
77
<body>
88

99
<h1>Hello world!</h1>
10-
<div><img src="img_hello_world.jpg" alt="Hello World from Space"
11-
style="width:100%;max-width:960px"></div>
10+
<div><img src="img_hello_world.jpg" alt="Hello World from Space" style="width:100%;max-width:960px"></div>
1211
<p>This is the first file in my new Git Repo.</p>
1312
<p>This line is here to show how merging works.</p>
1413

14+
=======
15+
<p>A new line in our file!</p>
16+
<div><img src="img_hello_git.jpg" alt="Hello Git" style="width:100%;max-width:640px"></div>
17+
>>>>>>> hello-world-images
1518

1619
</body>
17-
</html>
20+
</html>

0 commit comments

Comments
 (0)