Skip to content

Commit 3f0ac82

Browse files
authored
Merge pull request #9 from hex333ham/dev-hex333ham
dev/hex333ham - github link, home button on 404
2 parents f652565 + 776e24f commit 3f0ac82

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

404.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,18 @@
8787
<div class="hero-body">
8888
<h1 class="title is-1 is-family-secondary has-text-weight-normal">404</h1>
8989
<h2 class="title is-3 is-family-secondary has-text-weight-normal">Page Not Found</h2>
90+
<p class="my-6">
91+
<a href="/#top" class="button is-normal is-white is-outlined">
92+
<span>Home</span>
93+
</a>
94+
</p>
9095
</div>
9196
</section>
9297

9398
<footer class="footer has-background-black has-text-white">
9499
<div class="content has-text-centered">
95100
<p>To save me a lot of time, this website has been hand-crafted using the wonderful <a href="https://bulma.io/" target="_blank">Bulma CSS Class Framework</a>.</p>
101+
<p>You can browse the code and releases on <a href="https://github.com/hex333ham/hex333ham.github.io">GitHub</a>.</p>
96102
<p>&copy; 2025 Connor Graham. All rights reserved.</p>
97103
</div>
98104
</footer>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ <h3 class="subtitle"><i class="fa-brands fa-unity mr-2"></i> Game Development</h
331331
</a>
332332
</p>
333333
<p>To save me a lot of time, this website has been hand-crafted using the wonderful <a href="https://bulma.io/" target="_blank">Bulma CSS Class Framework</a>.</p>
334+
<p>You can browse the code and releases on <a href="https://github.com/hex333ham/hex333ham.github.io">GitHub</a>.</p>
334335
<p>&copy; 2025 Connor Graham. All rights reserved.</p>
335336
</div>
336337
</footer>

0 commit comments

Comments
 (0)