markup fiddling

This commit is contained in:
Mark Pilgrim
2009-09-14 22:16:56 -04:00
parent 0bb2ac2b76
commit ab80e91e53
24 changed files with 4 additions and 55 deletions
+1 -3
View File
@@ -1,5 +1,4 @@
<!DOCTYPE html>
<head>
<meta charset=utf-8>
<title>HTTP Web Services - Dive into Python 3</title>
<!--[if IE]><script src=j/html5.js></script><![endif]-->
@@ -11,7 +10,6 @@ mark{display:inline}
<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>
<form action=http://www.google.com/cse><div><input type=hidden name=cx value=014021643941856155761:l5eihuescdw><input type=hidden name=ie value=UTF-8>&nbsp;<input type=search name=q size=25 placeholder="powered by Google&trade;">&nbsp;<input type=submit name=root value=Search></div></form>
<p>You are here: <a href=index.html>Home</a> <span class=u>&#8227;</span> <a href=table-of-contents.html#http-web-services>Dive Into Python 3</a> <span class=u>&#8227;</span>
<p id=level>Difficulty level: <span class=u title=advanced>&#x2666;&#x2666;&#x2666;&#x2666;&#x2662;</span>
@@ -978,7 +976,7 @@ user-agent: Python-httplib2/$Rev: 259 $
<li><a href=http://www.ietf.org/rfc/rfc1952.txt>RFC 1952: gzip compression</a>
</ul>
<p class=v><a rel=prev href=serializing.html title='back to &#8220;Serializing Python Objects&#8221;'><span class=u>&#x261C;</span></a> <a rel=next href=multiprocessing.html title='onward to &#8220;Threading &amp; Multiprocessing&#8221;'><span class=u>&#x261E;</span></a>
<p class=v><a rel=prev href=serializing.html title='back to &#8220;Serializing Python Objects&#8221;'><span class=u>&#x261C;</span></a> <a rel=next href=case-study-porting-chardet-to-python-3.html title='onward to &#8220;Case Study: Porting chardet to Python 3&#8221;'><span class=u>&#x261E;</span></a>
<p class=c>&copy; 2001&ndash;9 <a href=about.html>Mark Pilgrim</a>
<script src=j/jquery.js></script>
<script src=j/prettify.js></script>