-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
22 lines (21 loc) · 697 Bytes
/
404.html
File metadata and controls
22 lines (21 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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">
<meta name="description" content="Reloj simple para ver pasar el tiempo">
<meta name="keywords" content="Tiempo, horas, Dias del año,">
<meta name="author" content="Maxi_2601">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tiempissimo</title>
<link rel="stylesheet" href="owo.css">
<meta http-equiv="Refresh" content="2; url='index.html'" />
</head>
<body>
<div>
<h1>Tiempissimo</h1>
<h2>404</h2>
</div>
</body>
</html>