-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror404.html
28 lines (28 loc) · 1.63 KB
/
error404.html
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 name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Compra de plantas y articulos de viveros">
<meta name="keywords" content="planta, maceta, compra, comprar, plantas, venta, cuidado, verde, hojas, sustrato, tierra, jardin, jardineria, espacios, diseño, vivero, ventas, terrario, ramas, suculentas, cactus, potus, suculenta">
<title>Error-The Working Plant</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/4.7.95/css/materialdesignicons.min.css" integrity="sha256-KZNFoTq+/jQUu3YY1OnjLn605i80dhdUJKO3WHGiM6E=" crossorigin="anonymous" />
<link href="https://fonts.googleapis.com/css?family=Ibarra+Real+Nova|Martel:600|Lora:700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body style="background-image: url('https://i.imgur.com/rQyweqY.jpg?1');" >
<section id="error404">
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="titles col-xl-4 col-lg-5 col-md-6 p-0">
<h1 class="mb-3">Error 404</h1>
<h2 class="mb-3">No encontramos a esa planta :'(</h2>
<h3 class="mb-4">¿Volvemos?</h3>
<a class="d-flex justify-content-center mb-2" href="index.html"><button type="button" class="btn btn-warning">Volver</button></a>
</div>
</div>
</div>
</section>
</body>
</html>