Skip to content
Snippets Groups Projects
Commit 31de158c authored by Tomas Vogels's avatar Tomas Vogels 🐦
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. ...@@ -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. This repository is built step by step in the tutorial.
It now includes steps for GitHub. It now includes steps for GitHub.
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>Hello World!</title> <meta charset="UTF-8">
<link rel="stylesheet" href="bluestyle.css"> <title>Hello World!</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="bluestyle.css">
</head> </head>
<body> <body>
<h1>Hello world!</h1> <h1>Hello world!</h1>
<div><img src="img_hello_world.jpg" alt="Hello World from Space" style="width:100%;max-width:640px"></div> <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 is the first file in my new Git Repo.</p>
<p>This line is here to show how merging works.</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> <div><img src="img_hello_git.jpg" alt="Hello Git" style="width:100%;max-width:640px"></div>
</body> </body>
</html> </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