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

Commit

Permalink
adding a redirect for the old AWD page
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongustafson committed Mar 19, 2015
1 parent cec39f7 commit ae52e9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions books/adaptive-web-design/index.html
Original file line number Diff line number Diff line change
@@ -0,0 1,8 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>Redirecting...</title>
<link rel=canonical href="http://adaptivewebdesign.info">
<meta http-equiv=refresh content="0; url=http://adaptivewebdesign.info">
<h1>Redirecting...</h1>
<a href="http://adaptivewebdesign.info">Click here if you are not redirected.</a>
<script>location='http://adaptivewebdesign.info'</script>

0 comments on commit ae52e9c

Please sign in to comment.