We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e19b8a commit 09a232aCopy full SHA for 09a232a
1 file changed
index.html
@@ -15,6 +15,7 @@
15
</style>
16
</head>
17
<body>
18
+ <main>
19
20
<h1>Study Guide Creator</h1>
21
<p>Press the <kbd>Enter</kbd> key to start the creator.</p>
@@ -70,10 +71,11 @@ <h1>Study Guide Creator</h1>
70
71
console.log("Copyright (c) 2026 Elijah Corwin");
72
}
73
</script>
- <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>
+ <footer>
+ <p><a href="https://github.com/RaspberryPi400/Make-Your-Own-Study-Guide">View the code behind it here</a></p>
+ <p>Copyright (c) 2026 Elijah Corwin</p>
+ <p>Contact me at raspberrypi500@yahoo.com</p>
78
+ </footer>
79
+ </main>
80
</body>
81
</html>
0 commit comments