diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-09-06 23:16:39 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-09-06 23:16:39 +0300 |
commit | a4097105989dbde323c7b21426ca3437e8ac8be0 (patch) | |
tree | 875f008b138d681c609f6e63ac238fae70534406 /src/index.html | |
parent | 56b7e6f670743e932b0916560561548d78bd2e68 (diff) | |
download | arching-kaos-web-ui-a4097105989dbde323c7b21426ca3437e8ac8be0.tar.gz arching-kaos-web-ui-a4097105989dbde323c7b21426ca3437e8ac8be0.tar.bz2 arching-kaos-web-ui-a4097105989dbde323c7b21426ca3437e8ac8be0.zip |
Added "not found" section
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index 1d4f9d0..e9f77bb 100644 --- a/src/index.html +++ b/src/index.html @@ -171,6 +171,11 @@ </details> </div> </div> + <div id="not-found-section"> + <h2>Not found</h2> + <p>"Soft" 404</p> + <p>Please select an entry from the menu</p> + </div> </div> <div class="footer"> <div> |