Files
dive-into-python3/util/single-header.html
T
Mark Pilgrim c59e8d8165 tools
2009-05-29 01:23:36 -07:00

11 lines
206 B
HTML

<!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>