Added link to sources to mkpage output

master
Mike Gerwitz 2012-04-06 23:26:13 -04:00
parent 899a722c02
commit 0676783137
2 changed files with 8 additions and 2 deletions

View File

@ -6,6 +6,12 @@
<li><a href="coope.pdf">PDF</a></li>
<li><a href="coope.dvi">DVI</a></li>
</ul>
<br clear="both" />
<span class="dl">Sources (L<sup>A</sup>T<sub>E</sub>X):</span>
<ul>
<li><a href="https://gitorious.org/easejs/coope">Gitorious</a></li>
<li><a href="https://github.com/mikegerwitz/coope">GitHub</a></li>
</ul>
<h3>Author</h3>
<p>Mike Gerwitz is a free software hacker with a focus on web

View File

@ -4,7 +4,7 @@
<title>Classical Object-Oriented Programming with ECMAScript</title>
<style type="text/css">
body {
max-width: 600px;
max-width: 600px;
}
p {
@ -27,7 +27,7 @@
list-style: none;
padding: 0px;
margin: 0px 0px 1em 0px;
margin: 0px 0px 0px 0.25em;
}
</style>
</head>