Skip to content
Snippets Groups Projects
Commit 1f171edd authored by arezou's avatar arezou
Browse files

first release of hello world

parents
No related branches found
No related tags found
No related merge requests found
# 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
<!DOCTYPE html>
<html>
<head>
<title>Hello World!</title>
</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
body {
background-color: lightblue;
}
h1 {
color: navy;
margin-left: 20px;
}
\ 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