-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
71 lines (60 loc) · 2.83 KB
/
404.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
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Greenpeace - Page not found</title>
<meta name="description" content="Greenpeace">
<meta name="robots" content="noindex, follow">
<script>
window.dataLayer = window.dataLayer || [];
dataLayer.push({
'pageType': 'Global 404 Page',
});
</script>
<!-- GPI Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
{color:'#205081'}})(window,document,'script','dataLayer','GTM-N7SG829');</script>
<meta property="og:title" content="">
<meta property="og:type" content="article">
<meta property="og:url" content="https://www.greenpeace.org">
<meta property="og:description" content="Together we can change the world">
<meta property="og:image" content="/static/img/404.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="800">
<meta property="og:site_name" content="Greenpeace">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="Greenpeace">
<meta name="twitter:title" content="Greenpeace">
<meta name="twitter:description" content="Together we can change the world">
<meta name="twitter:image" content="/static/img/404.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="shortcut icon" type="image/ico" href="favicon.ico">
<link rel='stylesheet' href='/static/404.css' type='text/css' media='all'>
</head>
<body>
<!-- GPI Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N7SG829"
height="0" width="0" style="display: none;visibility: hidden;"></iframe></noscript>
<!-- End GPI Google Tag Manager (noscript) -->
<header>
<nav id="header" class="top-navigation navbar">
<a class="site-logo" href="https://www.greenpeace.org/global/">
<img src="/static/img/gp-logo.svg" alt="Greenpeace" class="logo">
</a>
</nav>
<div class="page-header-background">
<img src="/static/img/404.jpg" srcset="/static/img/404.jpg 1200w, /static/img/404-992w.jpg 992w, /static/img/404-768w.jpg 768w, /static/img/404-575w.jpg 575w, /static/img/404-320w.jpg 320w" class="page-header-image">
</div>
</header>
<section>
<h1>404</h1>
<h2 data-l10n-key="title">We looked everywhere...</h2>
<p data-l10n-key="text">but it looks like this page is missing.</p>
<a class="btn cta-btn" href="https://www.greenpeace.org/global/" data-l10n-key="cta">Go to homepage</a>
</section>
<script src="/static/404.js"></script>
</body>
</html>