-
Notifications
You must be signed in to change notification settings - Fork 0
/
23.html
38 lines (37 loc) · 1.57 KB
/
23.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pocket Guide to New Zealand</title>
<link rel="stylesheet" href="assets/css/styles.css" type="text/css">
<script src="assets/js/html5shiv.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35212942-1']);
_gaq.push(['_setDomainName', 'iota.co.nz']);
_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>
<header>
<h1><a href="index.html">Pocket Guide to New Zealand</a></h1>
</header>
<div class="wrap">
<nav class="previous"><a href="22.html">«</a></nav>
<nav class="next"><a href="24.html">»</a></nav>
<div class="content">
<div class="page left pg-40 separator"><img src="assets/img/coins.jpg" alt="" width="432" height="531"></div>
<div class="page right pg-41"><img src="assets/img/coins2.jpg" alt="" width="432" height="533"></div>
</div>
</div>
<footer>
<p>A Short Guide to New Zealand | <a href="25.html">About this Guide</a> | Site by <a href="http://www.iota.co.nz" target="_blank">Rob Anderson</a></p>
</footer>
<script src="assets/js/scripts.js"></script>
</body>
</html>