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
31de158c
Commit
31de158c
authored
1 month ago
by
Tomas Vogels
Browse files
Options
Downloads
Plain Diff
Merge branch 'update-readme' into 'main'
Update readme See merge request
!2
parents
625f63da
9010b902
Branches
main
No related tags found
1 merge request
!2
Update readme
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
index.html
+10
-8
10 additions, 8 deletions
index.html
with
11 additions
and
8 deletions
README.md
+
1
−
0
View file @
31de158c
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
index.html
+
10
−
8
View file @
31de158c
<!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
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