-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathtitlepage.html
32 lines (32 loc) · 1.15 KB
/
titlepage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<title>Structure and Interpretation of Classical Mechanics</title>
<link rel="stylesheet" href="css/stylesheet.css" type="text/css" />
</head>
<body>
<div class=navigation>[Go to
<span>
<a href="book.html">first</a>,
<a href="book.html">previous</a></span><span>,
<a href="preface.html">next</a></span> section<span>; </span><span>
<a href="toc.html">contents</a></span><span><span>; </span>
<a href="index.html">index</a></span>]
</div>
<div class="body">
<a id="piii"></a>
<p class="title"><strong>Structure and Interpretation of Classical Mechanics</strong></p>
<p class="tit1">second edition</p>
<p class="au">Gerald Jay Sussman and Jack Wisdom</p>
<p class="tit-publisher">The MIT Press<br/>Cambridge, Massachusetts<br/>London, England</p>
</div>
<div class=navigation>[Go to
<span>
<a href="book.html">first</a>,
<a href="book.html">previous</a></span><span>,
<a href="preface.html">next</a></span> section<span>; </span><span>
<a href="toc.html">contents</a></span><span><span>; </span>
<a href="index.html">index</a></span>]
</div>
</body>
</html>