-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (15 loc) · 781 Bytes
/
Copy pathindex.html
File metadata and controls
15 lines (15 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting to https://arunrocks.com/static/book/django-design-patterns-best-practices-2-ed/</title>
<meta http-equiv="refresh" content="0; URL=https://arunrocks.com/static/book/django-design-patterns-best-practices-2-ed/">
<link rel="canonical" href="https://arunrocks.com/static/book/django-design-patterns-best-practices-2-ed/">
</head>
<body>
<h1>Redirecting...</h1>
<h2>Django Design Ptterns and Best Patterns Book is now recolated to a new location</h2>
<a href="https://arunrocks.com/static/book/django-design-patterns-best-practices-2-ed/">Click here if you are not redirected.</a>
<script>location='https://arunrocks.com/static/book/django-design-patterns-best-practices-2-ed/'</script>
</body>
</html>