language unification
parent
183e034309
commit
03f0e34b7b
|
@ -28,7 +28,7 @@
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
<div>404: Page not found</div>
|
<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>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<main>
|
<main>
|
||||||
<div hx-boost="true">
|
<div hx-boost="true">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<button>Return Home</button>
|
<button>Return to Main Page</button>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div hx-boost="true">
|
<div hx-boost="true">
|
||||||
|
|
Loading…
Reference in New Issue