This commit is contained in:
Mark Pilgrim
2009-05-29 01:23:36 -07:00
parent c9a3917fec
commit c59e8d8165
4 changed files with 62 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Dive into Python 3</title>
<link rel=stylesheet href=dip3.css>
<style>
body{counter-reset:h1 -2}
h1:before{counter-increment:h1}
</style>