language unification

main
Zynh0722 2023-11-05 06:47:04 -08:00
parent 183e034309
commit 03f0e34b7b
2 changed files with 2 additions and 2 deletions

2
dist/404.html vendored
View File

@ -28,7 +28,7 @@
<body>
<main>
<div>404: Page not found</div>
<a hx-boost href="/"><button>Return Home</button></a>
<a hx-boost href="/"><button>Return to Main Page</button></a>
</main>
</body>

View File

@ -3,7 +3,7 @@
<main>
<div hx-boost="true">
<a href="/">
<button>Return Home</button>
<button>Return to Main Page</button>
</a>
</div>
<div hx-boost="true">