Select Git revision
index2.htm 534 B
<!DOCTYPE html>
<html>
<head>
<title>Hello World!</title>
</head>
<body>
<h1>Hello world!</h1>
<div><img src="image1.jfif" alt="Hello World from Space" style="width:100%;max-width:700px"></div>
<p>This is the first file in my new Git Repo.</p>
<p>This is the first file in my new Git Repo.</p>
<p>This line is here to show how merging works.</p>
<p>This is the new line.</p>
<p>A new line in our file!</p>
<div><img src="image1.jfif" alt="Hello World from Space" style="width:100%;max-width:700px"></div>
</body>
</html>