-
Notifications
You must be signed in to change notification settings - Fork 10
/
backcover.html
45 lines (35 loc) · 1.35 KB
/
backcover.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
33
34
35
36
37
38
39
40
41
42
43
44
45
<html>
<head>
<title>3D Engine Design for Virtual Globes</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-16048240-4']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<img src="strip.png" width="630" height="95" alt="3D Engine Design for Virtual Globes Cover" />
<table summary="" border="0" width="630">
<tr align="center">
<td><a href="index.html">Home</a></td>
<td><a href="toc.html">TOC</a></td>
<td><a href="backcover.html">Back Cover</a></td>
<td><a href="reviews.html">Reviews</a></td>
<td><a href="code.html">Code</a></td>
<td><a href="figures.html">Figures</a></td>
<td><a href="bibliography.html">Bibliography</a></td>
<td><a href="bibtex.html">BibTeX</a></td>
<td><a href="errata.html">Errata</a></td>
<td><a href="http://blog.virtualglobebook.com/">Blog</a></td>
</tr>
</table>
<h1>Back Cover</h1>
<img src="backcover.png" width="630" height="933" alt="Back Cover" />
</body>
</html>