Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit ae52e9c

Browse files
adding a redirect for the old AWD page
1 parent cec39f7 commit ae52e9c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

books/adaptive-web-design/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<meta charset=utf-8>
3+
<title>Redirecting...</title>
4+
<link rel=canonical href="http://adaptivewebdesign.info">
5+
<meta http-equiv=refresh content="0; url=http://adaptivewebdesign.info">
6+
<h1>Redirecting...</h1>
7+
<a href="http://adaptivewebdesign.info">Click here if you are not redirected.</a>
8+
<script>location='http://adaptivewebdesign.info'</script>

0 commit comments

Comments
 (0)