mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 06:56:12 +00:00
13 lines
470 B
HTML
13 lines
470 B
HTML
<!DOCTYPE html>
|
|
<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'>
|
|
<p>This page intentionally left blank.
|