forked from manuelkiessling/nodebeginner.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-en.html
23 lines (16 loc) · 870 Bytes
/
index-en.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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="en" xml:lang="en">
<head>
<?php require_once('_defaultheaders.php'); ?>
<title>The Node Beginner Book » A comprehensive Node.js tutorial</title>
<meta name="description" content="A comprehensive Node.js tutorial for beginners: Learn how to build a full blown web application with server-side JavaScript" />
<link rel="canonical" href="https://www.nodebeginner.org/">
<meta http-equiv="Refresh" content="2; url=/" />
<meta name="robots" content="noindex">
<?php require_once('_googleanalytics.php'); ?>
</head>
<body>
Redirecting to <a href="/">the home page of The Node Beginner Book</a>...
</body>
</html>