index.html 938 B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>404 Error</title>
  8. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet">
  9. <link rel="stylesheet" href="style.css">
  10. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet">
  11. </head>
  12. <body>
  13. <section class="container">
  14. <div class="error">
  15. <h1>¡Rayos!</h1>
  16. <p>No hemos podido encontrar la página que solicitas :(</p>
  17. <!--
  18. <div class="cta">
  19. <a class="cta-back" href="https://reymota.es">Volver</a>
  20. </div>
  21. -->
  22. </div>
  23. <img src="https://github.com/smthari/404-page-using-html-css/blob/Starter/Images/404.png?raw=true" alt="home image" class="hero-img" />
  24. </section>
  25. </body>
  26. </html>