Added link to sources to mkpage output
parent
899a722c02
commit
0676783137
|
@ -6,6 +6,12 @@
|
||||||
<li><a href="coope.pdf">PDF</a></li>
|
<li><a href="coope.pdf">PDF</a></li>
|
||||||
<li><a href="coope.dvi">DVI</a></li>
|
<li><a href="coope.dvi">DVI</a></li>
|
||||||
</ul>
|
</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>
|
<h3>Author</h3>
|
||||||
<p>Mike Gerwitz is a free software hacker with a focus on web
|
<p>Mike Gerwitz is a free software hacker with a focus on web
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title>Classical Object-Oriented Programming with ECMAScript</title>
|
<title>Classical Object-Oriented Programming with ECMAScript</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px 0px 1em 0px;
|
margin: 0px 0px 0px 0.25em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue