diff --git a/README.md b/README.md index c5f6598dd09e9d1ba595c2af6318b2b6b7e84765..417173a7d8703f484baceacc22b11a4be670056a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/index.html b/index.html index 16e2dd9166c7adc9d920a917772d5d7d136e360d..eb404c7c31226c97cd70c5d9de011758d52dc1c4 100644 --- a/index.html +++ b/index.html @@ -1,16 +1,18 @@ <!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