diff options
-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> |