Skip to content

Commit cc991f5

Browse files
authored
Prevent duplicate titles
1 parent a2b6d20 commit cc991f5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
<script src="allPages.js"></script>
99

10-
<h1>Beginner JavaScript</h1>
11-
1210
<h4>It is recommended that you have knowledge of HTML and CSS before attempting JavaScript</h4>
1311

1412
<br>
@@ -80,7 +78,6 @@ <h2>Table of Contents</h2>
8078

8179
</style>
8280

83-
<script src="allPages.js"></script>
8481
<script>
8582

8683
var tableOfContents = document.getElementById("tableOfContentsItems")

0 commit comments

Comments
 (0)