-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (57 loc) · 3.66 KB
/
index.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!doctype html>
<!--[if lt IE 8]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Site meta -->
<title>NZ Palaeotsunami Database</title>
<meta name="description" content="The New Zealand Palaeotsunami Database brings together all known information about tsunamis that occurred prior to written records.">
<!-- Facebook meta data -->
<meta property="og:title" content="New Zealand Palaeotsunami Database" />
<meta property="og:site_name" content="New Zealand Palaeotsunami Database"/>
<meta property="og:url" content="http://ptdb.niwa.co.nz" />
<meta property="fb:app_id" content="412521275798851" />
<meta property="og:description" content="The Palaeotsunami Database is now live! The new website brings together a wide range of published and unpublished evidence about tsunamis that occurred prior to written records in New Zealand. This new web-based tool is capable of processing and interrogating detailed information for a variety of end-users. Check it out: http://ptdb.niwa.co.nz" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://ptdb.niwa.co.nz/assets/img/palaeotsunami-db-meta-facebook.png" />
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@niwa_nz"> <!-- The Twitter @username the card should be attributed to. -->
<meta name="twitter:title" content="New Zealand Palaeotsunami Database"><!-- A concise title for the related content. -->
<meta name="twitter:description" content="All known information about tsunamis that occurred prior to written records"><!-- A description that concisely summarizes the content as appropriate for presentation within a Tweet -->
<meta name="twitter:creator" content="@niwa_nz"> <!-- @username of content creator -->
<meta name="twitter:image" content="http://ptdb.niwa.co.nz/assets/img/palaeotsunami-db-meta-twitter.png">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#1e3948">
<meta name="theme-color" content="#1e3948">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Styles and fonts -->
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700" rel="stylesheet">
<link rel="stylesheet" href="assets/css/main.css">
<script src="assets/css/grunticon.loader.js"></script>
<script>
grunticon([
"assets/css/icons.data.svg.css",
"assets/css/icons.data.png.css",
"assets/css/icons.fallback.css"
]);
</script>
<!-- Javascript -->
<script src="app/libs/modernizr-3.5.0.js"></script>
<script data-main="app/main" src="app/libs/require.js"></script>
</head>
<body>
<!--[if lt IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div id="application" class="loading"></div>
</body>
</html>