-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (15 loc) · 1.05 KB
/
index.html
File metadata and controls
15 lines (15 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://observando.substack.com">
<link rel="canonical" href="https://observando.substack.com">
<title>observando</title>
</head>
<body>
<script>window.location.replace("https://observando.substack.com");</script>
<noscript>
<p>Redirigiendo a <a href="https://observando.substack.com">observando.substack.com</a>…</p>
</noscript>
</body>
</html>