We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86bcc1 commit af5e914Copy full SHA for af5e914
index.html
@@ -7,9 +7,10 @@
7
<body>
8
9
<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>
+<div><img src="img_hello_world.jpg" alt="Hello World from Space" style="width:100%;max-width:960px"></div>
12
<p>This is the first file in my new Git Repo.</p>
+<p>A new line in our file!</p>
13
+<div><img src="img_hello_git.jpg" alt="Hello Git" style="width:100%;max-width:640px"></div>
14
15
</body>
-</html>
16
+</html>
0 commit comments