CINXE.COM
Sidan Saknas!
<html> <head> <title>Sidan Saknas!</title> <link rel="stylesheet" type="text/css" href="/dist/imcms_admin.css"> <link rel="stylesheet" type="text/css" href="/dist/imcms-imports_files.css"> <link rel="stylesheet" type="text/css" href="/dist/404/imcms-page-error.css"> </head> <body bgcolor="#FFFFFF"> <div class="imcms-page-error"> <div class="imcms-page-error-head"> <a href="http://www.imcms.net/" class="imcms-login__logo"></a> <div class="imcms-title imcms-head__title">Sidan Saknas!</div> </div> <div class="imcms-page-error-body"> <div class="imcms-field"> <form class="imcms-page-error-body__form" action=""> <a type="Submit" class="imcms-button imcms-button--neutral imcms-page-error-body__button" href="/"> Startsidan </a> </form> <div class="imcms-page-error-body__form"> <button type="Submit" class="imcms-button imcms-button--neutral imcms-page-error-body__button" id="backBtn" style="display: none;"> Tillbaka </button> </div> </div> <div class="imcms-field" style="margin-top: 30px"> <div class="imcms-title"> Kan inte hitta sidan. Kontakta <a href="mailto:">systemansvarig</a>, eller f枚rs枚k igen. </div> </div> </div> </div> <script> window.onload = function () { const history = window.history; const backBtn = document.getElementById('backBtn'); //need to check whether is first page in history is ours if (history.length > 2) backBtn.style.display = "inline"; backBtn.addEventListener('click', () => history.back()); } </script> </body> </html>