Skip to content

Commit 5807878

Browse files
committed
updated index.html with emergency-fix
1 parent 0630be5 commit 5807878

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<title>Hello World!</title>
5-
<link rel="stylesheet" href="bluestyle.css">
6-
</head>
3+
<head>
4+
<title>Hello World!</title>
5+
<link rel="stylesheet" href="bluestyle.css">
6+
</head>
77
<body>
88

99
<h1>Hello world!</h1>
1010
<p>This is the first file in my new Git Repo.</p>
11-
<p>A new line in our file!</p>
11+
<p>This line is here to show how merging works.</p>
1212

1313
</body>
1414
</html>

0 commit comments

Comments
 (0)