Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Update index.html #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@
</head>

<body>
<h1>Hello World!</h1>
<h1>Hello World!</h1>
<!-- Show differences in the html's head tags -->
<h2>Hello World!</h2>
<h3>Hello World!</h3>
<h4>Hello World!</h4>
<h5>Hello World!</h5>
<h6>Hello World!</h6>

<script src="script.js"></script>
</body>

</html>
</html>