-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path404.html
More file actions
27 lines (22 loc) · 737 Bytes
/
Copy path404.html
File metadata and controls
27 lines (22 loc) · 737 Bytes
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
<!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">
<!--Claramente no va a ir éste título-->
<title>TestingAR - 404</title>
</head>
<body>
<header>
<div class="container">
<div id="presentar" class="intro-text">
<div id="bienvenida" class="intro-lead-in">Parece que te perdiste...</div>
<div id="bienvenida-encabezado" class="intro-heading">Tranquilo... seguís en TestingAR :D</div>
</div>
<!--cierro "intro-text"-->
</div>
<!--cierro "container"-->
</header>
</body>
</html>