1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>bendn - page not found</title> <link rel="stylesheet" href="/style/404.css" /> <link rel="stylesheet" href="/style/styles.css" /> <script src="https://kit.fontawesome.com/be4f130556.js" crossorigin="anonymous" ></script> </head> <body> <div id="wrapper"> <h1 class="header"><i class="fa-solid fa-bug"></i> 404</h1> <div id="inner_column"> <p align="center"> the page you were looking for could not be found.<br />return to <a class="link" href="/index.html" ><i class="fa-solid fa-house"></i> home</a >? </p> </div> </div> </body> </html>