Skip to content
Snippets Groups Projects
Commit 0443dc6a authored by Tomas Vogels's avatar Tomas Vogels
Browse files

First release of Hello World

parents
Branches
No related tags found
1 merge request!1Master
# hello-world
Hello World repository for Git tutorial
This is an example repository for the Git tutoial on https://www.w3schools.com
This repository is built step by step in the tutorial.
\ No newline at end of file
body {
background-color: lightblue;
}
h1 {
color: navy;
margin-left: 20px;
}
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Hello World!</title>
<link rel="stylesheet" href="bluestyle.css">
</head>
<body>
<h1>Hello world!</h1>
<p>This is the first file in my new Git Repo.</p>
</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