|
|
<!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>404 Error</title>
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet">
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet">
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
<section class="container">
|
|
|
<div class="error">
|
|
|
<h1>¡Rayos!</h1>
|
|
|
<p>No hemos podido encontrar la página que solicitas :(</p>
|
|
|
<!--
|
|
|
<div class="cta">
|
|
|
<a class="cta-back" href="https://reymota.es">Volver</a>
|
|
|
</div>
|
|
|
-->
|
|
|
</div>
|
|
|
<img src="https://github.com/smthari/404-page-using-html-css/blob/Starter/Images/404.png?raw=true" alt="home image" class="hero-img" />
|
|
|
</section>
|
|
|
</body>
|
|
|
|
|
|
</html>
|