Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ We will not allow messages that are negative, or hurtful. Try to be welcome and
You can add almost anything to the index.html file between the indicated comments:

`<!-- Insert your message below here -->`
Hello World!

`<!-- End user messages -->`

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>

<head>
<title>Git Tutorial Guestbook</title>
<title>Rzv, Git Tutorial Guestbook</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
Expand Down Expand Up @@ -42,7 +42,7 @@
<div class="w3-content" style="max-width:1920px;margin-top:40px;margin-bottom:40px">

<div class="w3-panel">
<h1><b>GIT TUTORIAL GUESTBOOK</b></h1>
<h1><b>Hello world! GIT TUTORIAL GUESTBOOK</b></h1>
<h2><b>GIT TUTORIAL GUESTBOOK</b></h2>
</div>

Expand Down