diff options
| author | Elias Haugsbakk <[email protected]> | 2026-07-22 23:06:21 +0200 |
|---|---|---|
| committer | Elias Haugsbakk <[email protected]> | 2026-07-22 23:06:21 +0200 |
| commit | a7b97175975c7a2756d586e92b049a8f5fe081d0 (patch) | |
| tree | e87b90381505f86b8fdb3f1175dc2fe78e115c14 /clams-server/src/main/resources/templates/404.html | |
| parent | 7373d3cc1589ac0f2165f2644343cc0cea3f671f (diff) | |
translate contents to norwegian
Diffstat (limited to 'clams-server/src/main/resources/templates/404.html')
| -rw-r--r-- | clams-server/src/main/resources/templates/404.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clams-server/src/main/resources/templates/404.html b/clams-server/src/main/resources/templates/404.html index bb4c4d5..3a655ae 100644 --- a/clams-server/src/main/resources/templates/404.html +++ b/clams-server/src/main/resources/templates/404.html @@ -4,10 +4,10 @@ <main class="main-container"> <div class="error-container"> <div class="error-code">404</div> - <h1>Page Not Found</h1> - <p>The page you are looking for does not exist.</p> + <h1>Fil iIkke Funnet</h1> + <p>Filen du ser etter finnes ikke.</p> <p class="error-home-link"> - <a href="/">Return to Home Page</a> + <a href="/">Tilbake til Hemmesiden</a> </p> </div> </main> |
