forked from manuelkiessling/nodebeginner.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-br.html
More file actions
20 lines (15 loc) · 694 Bytes
/
index-br.html
File metadata and controls
20 lines (15 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es-BR" xml:lang="es-BR">
<head>
<?php require_once('_defaultheaders.php'); ?>
<meta http-equiv="Refresh" content="2; url=https://leanpub.com/iniciante-node" />
<link rel="canonical" href="https://leanpub.com/iniciante-node" />
<?php require_once('_hreflang.php'); ?>
<meta name="robots" content="noindex">
<?php require_once('_googleanalytics.php'); ?>
</head>
<body>
Redirecting to <a href="https://leanpub.com/iniciante-node">https://leanpub.com/iniciante-node</a>...
</body>
</html>