-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
21 lines (18 loc) · 727 Bytes
/
404.html
File metadata and controls
21 lines (18 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Ooops!</title>
<link rel="stylesheet" href="http://www.cabargas.com/404.css" />
</head>
<body>
<div class="content">
<img src="http://www.cabargas.com/images/YellowBird.png" alt="angry-bird">
<h3>Esto también nos hace enojar | Error 404</h3>
<div class="social">
<a href="http://facebook.com/fcabargas"><img src="http://www.cabargas.com/images/topbar/fb.png" height="40" width="40" alt="facebook"></a>
<a href="http://twitter.com/juanpintoduran"><img src="http://www.cabargas.com/images/topbar/twitter.png" height="40" width="40" alt="twitter"></a>
</div>
</div>
</body>
</html>