Skip to content
Snippets Groups Projects
Commit 31de158c authored by Tomas Vogels's avatar Tomas Vogels :bird:
Browse files

Merge branch 'update-readme' into 'main'

Update readme

See merge request !2
parents 625f63da 9010b902
Branches main
No related tags found
1 merge request!2Update readme
......@@ -5,4 +5,5 @@ This tutorial focuses mainly on Git and using GitHub as its remote.
This repository is built step by step in the tutorial.
It now includes steps for GitHub.
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Hello World!</title>
<link rel="stylesheet" href="bluestyle.css">
<meta charset="UTF-8">
<title>Hello World!</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="bluestyle.css">
</head>
<body>
<h1>Hello world!</h1>
<div><img src="img_hello_world.jpg" alt="Hello World from Space" style="width:100%;max-width:640px"></div>
<p>This is the first file in my new Git Repo.</p>
<p>This line is here to show how merging works.</p>
<div><img src="img_hello_git.jpg" alt="Hello Git" style="width:100%;max-width:640px"></div>
<h1>Hello world!</h1>
<div><img src="img_hello_world.jpg" alt="Hello World from Space" style="width:100%;max-width:640px"></div>
<p>This is the first file in my new Git Repo.</p>
<p>This line is here to show how merging works.</p>
<div><img src="img_hello_git.jpg" alt="Hello Git" style="width:100%;max-width:640px"></div>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment