Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hello-world
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tomas Vogels
hello-world
Commits
0443dc6a
Commit
0443dc6a
authored
2 months ago
by
Tomas Vogels
Browse files
Options
Downloads
Patches
Plain Diff
First release of Hello World
parents
Branches
Branches containing commit
No related tags found
1 merge request
!1
Master
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Nieuw - Text Document.txt
+0
-0
0 additions, 0 deletions
Nieuw - Text Document.txt
README.md
+6
-0
6 additions, 0 deletions
README.md
bluestyle.css
+9
-0
9 additions, 0 deletions
bluestyle.css
index.html
+14
-0
14 additions, 0 deletions
index.html
with
29 additions
and
0 deletions
Nieuw - Text Document.txt
0 → 100644
+
0
−
0
View file @
0443dc6a
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
6
−
0
View file @
0443dc6a
# 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
This diff is collapsed.
Click to expand it.
bluestyle.css
0 → 100644
+
9
−
0
View file @
0443dc6a
body
{
background-color
:
lightblue
;
}
h1
{
color
:
navy
;
margin-left
:
20px
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
index.html
0 → 100644
+
14
−
0
View file @
0443dc6a
<!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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment