mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 15:00:18 +00:00
15 lines
466 B
HTML
15 lines
466 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Dive Into Python 3</title>
|
|
<meta name="author" content="Mark Pilgrim">
|
|
<meta name="subject" content="Python 3 from novice to pro">
|
|
<meta name="keywords" content="python, python3, py3k, free, book">
|
|
<meta name="date" content="%%DATE%%">
|
|
<link rel=stylesheet href=dip3.css>
|
|
<style>
|
|
body{counter-reset:h1 -2}
|
|
h1:before{counter-increment:h1}
|
|
</style>
|