-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path404.html
36 lines (31 loc) · 1.09 KB
/
404.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
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<!-- Created By CodingNepal -->
<!-- https://www.codingnepalweb.com/custom-404-error-page-html-css/ -->
<html lang="en">
<head>
<meta charset="utf-8">
<title>AmoreFut 404</title>
<link rel="stylesheet" href="404.css">
</head>
<body>
<div id="error-page">
<div class="content">
<h2 class="header" data-text="404">
404
</h2>
<h4 data-text="Lesión de hisquiotibiales.">
😔 Lesión de hisquiotibiales. 😔
</h4>
<p>
Lo sentimos, la página solicitada no existe. Si crees que hay un error, envíanos un mensaje.
</p>
<div class="btns">
<a href="index.html">Volver al inicio</a>
<a href="mailto:[email protected]">Envía un mesaje</a>
<!-- https://mailtrap.io/blog/javascript-send-email/#EmailJS
https://netcorecloud.com/tutorials/how-to-send-emails-with-javascript/ -->
</div>
</div>
</div>
</body>
</html>