Skip to content

Commit ec7bdb4

Browse files
committed
Redir pages for retro-compatibility with old links
1 parent 04d1cc2 commit ec7bdb4

6 files changed

Lines changed: 78 additions & 0 deletions

File tree

laboratory/chapter/01/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta http-equiv="refresh" content="0; URL=../../site/chapter/01" />
8+
<title>Redirection page</title>
9+
</head>
10+
<body>
11+
12+
</body>
13+
</html>

laboratory/chapter/02/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta http-equiv="refresh" content="0; URL=../../site/chapter/02" />
8+
<title>Redirection page</title>
9+
</head>
10+
<body>
11+
12+
</body>
13+
</html>

laboratory/chapter/03/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta http-equiv="refresh" content="0; URL=../../site/chapter/03" />
8+
<title>Redirection page</title>
9+
</head>
10+
<body>
11+
12+
</body>
13+
</html>

laboratory/chapter/04/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta http-equiv="refresh" content="0; URL=../../site/chapter/04" />
8+
<title>Redirection page</title>
9+
</head>
10+
<body>
11+
12+
</body>
13+
</html>

laboratory/chapter/05/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta http-equiv="refresh" content="0; URL=../../site/chapter/05" />
8+
<title>Redirection page</title>
9+
</head>
10+
<body>
11+
12+
</body>
13+
</html>

laboratory/chapter/06/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta http-equiv="refresh" content="0; URL=../../site/chapter/06" />
8+
<title>Redirection page</title>
9+
</head>
10+
<body>
11+
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)