language unification
This commit is contained in:
parent
183e034309
commit
03f0e34b7b
2 changed files with 2 additions and 2 deletions
2
dist/404.html
vendored
2
dist/404.html
vendored
|
@ -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>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue