CINXE.COM
Not Found
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Not Found</title> <style> body { font-family: 'Manrope', sans-serif; margin: 0; } .error-page { background: url('https://indonesia.travel/dam/jcr:2796c132-244c-436e-84ae-56f40174e160') no-repeat center center; background-size: cover; height: 100vh; display: flex; align-items: center; justify-content: center; } .error-content { text-align: center; } .main-title-error { font-size: 104px; font-weight: 800; color:white; font-family: "Britannic Bold"; margin-top: -40px; } .error-message { font-size: 18px; margin-bottom:50px; font-weight: 500; line-height: 28px; text-align: center; font-family: 'Manrope', sans-serif; color: white; } .back-button { font-size: 18px; padding: 0.5rem 1rem; background-color: #fff; text-decoration: none; border-radius: 4px; top: 17px; gap: 10px; width: 312px; height: 56px; font-family: 'Manrope', sans-serif; font-weight:bold;color:#071C53;padding:20px 70px 20px 70px; } </style> <link rel="icon" href="images/favicon.ico" type="image/x-icon" sizes="84x84" /> <script src="https://unpkg.com/feather-icons"></script> </head> <body> <main class="error-page"> <div> <div> <div > <div class="error-content"> <h1 class="main-title-error"> Error 404 </h1> <p class="error-message "> Looks like you've wandered off the trail - let's head back and keep the adventure going!. </p> <a href="javascript:history.back()" class="back-button fw-semibold">Back to Previous Page</a> </div> </div> </div> </div> </main> </body> </html>