This commit is contained in:
Mark Pilgrim
2009-09-13 21:34:19 -04:00
parent b1b2410079
commit fdcf9c901f
2 changed files with 15 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<head>
<meta charset=utf-8>
<meta name=robots content="noindex, nofollow">
<title>This page intentionally left blank - Dive Into Python 3</title>
<link rel=stylesheet href=dip3.css>
<style>
p{text-align:center;margin-top:10em}
</style>
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
<link rel=stylesheet media=print href=print.css>
<meta name=viewport content='initial-scale=1.0'>
</head>
<p>This page intentionally left blank.