Skip to content

Commit 09a232a

Browse files
Add main tags
1 parent 8e19b8a commit 09a232a

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
</style>
1616
</head>
1717
<body>
18+
<main>
1819

1920
<h1>Study Guide Creator</h1>
2021
<p>Press the <kbd>Enter</kbd> key to start the creator.</p>
@@ -70,10 +71,11 @@ <h1>Study Guide Creator</h1>
7071
console.log("Copyright (c) 2026 Elijah Corwin");
7172
}
7273
</script>
73-
<footer>
74-
<p><a href="https://github.com/RaspberryPi400/Make-Your-Own-Study-Guide">View the code behind it here</a></p>
75-
<p>Copyright (c) 2026 Elijah Corwin</p>
76-
<p>Contact me at raspberrypi500@yahoo.com</p>
77-
</footer>
74+
<footer>
75+
<p><a href="https://github.com/RaspberryPi400/Make-Your-Own-Study-Guide">View the code behind it here</a></p>
76+
<p>Copyright (c) 2026 Elijah Corwin</p>
77+
<p>Contact me at raspberrypi500@yahoo.com</p>
78+
</footer>
79+
</main>
7880
</body>
7981
</html>

0 commit comments

Comments
 (0)