-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
75 lines (75 loc) · 4.25 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
72
73
74
75
<!doctype html>
<html class="no-js" lang="en-GB">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>The Conditional Orchestra</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta
http-equiv="Content-Security-Policy"
report-uri="/csp-violation-report-endpoint/"
content="img-src 'self' https://www.google-analytics.com *.googleapis.com *.gstatic.com; script-src 'self' https://api.darksky.net/forecast/ *.googleapis.com https://fonts.gstatic.com/ https://www.google-analytics.com 'nonce-2109b8a76z' 'nonce-3210c9c87a'; style-src 'self' https://fonts.googleapis.com 'unsafe-inline'; font-src 'self' https://fonts.gstatic.com/; worker-src 'self' blob:;"
>
<meta name="theme-color" content="#314187">
<meta name="msvalidate.01" content="5BFBF81355466C31B5BA268EE970EB42" />
<link rel="dns-prefetch" href="https://www.google-analytics.com">
<link rel="dns-prefetch" href="https://maps.googleapis.com">
<link rel="dns-prefetch" href="https://api.darksky.net/">
<link rel="dns-prefetch" href="https://fonts.gstatic.com/">
<!-- <link rel="prefetch" href="image.png"> -->
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="dist/styles/global.css">
<link rel="apple-touch-icon" sizes="180x180" href="img/app-icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/app-icons/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/app-icons/favicon-32x32.png">
<link rel="mask-icon" href="img/app-icons/safari-pinned-tab.svg" color="#314187">
</head>
<body>
<div class="outerwrapper">
<div class="innerwrapper">
<!-- begin main -->
<main id="main" aria-label="Content">
<!-- begin article -->
<article>
<!-- begin header -->
<header class="article-header" role="banner">
<div class="wrapper wrapper-article-header">
<h1 class="page-heading"><span class="minor-word">The</span> Conditional Orchestra</h1>
<p class="intro">Using current weather conditions The Conditional Orchestra generates unique compositions for your listening pleasure.</p>
</div>
</header>
<!-- end header -->
<!-- begin body -->
<div class="article-body" role="article">
<div class="wrapper wrapper-article-body">
<!-- begin forms -->
<section class="section">
<h2 class="page-heading">404. Page Not Found</h2>
<svg version="1.1" id="error-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="69px" height="69px" viewBox="0 0 69 69" enable-background="new 0 0 69 69" xml:space="preserve">
<path fill="#FFFFFF" d="M34.9,67C17.4,67,3.2,52.8,3.2,35.3c0-17.5,14.2-31.7,31.7-31.7s31.7,14.2,31.7,31.7
C66.6,52.8,52.4,67,34.9,67z M34.9,9.6C20.7,9.6,9.2,21.2,9.2,35.3C9.2,49.5,20.7,61,34.9,61s25.7-11.5,25.7-25.7
C60.6,21.2,49.1,9.6,34.9,9.6z"/>
<path fill="#FFFFFF" d="M47.5,48.5h-3.8c0-2.2-3.6-4.7-8.8-4.7c-5.2,0-8.8,2.5-8.8,4.7h-3.8c0-4.8,5.5-8.5,12.6-8.5
C42,40,47.5,43.7,47.5,48.5z"/>
<g>
<path fill="#FFFFFF" d="M21.3,25.7l9-4.7c0,0,3,10.3-2.7,10.3S21.7,29,21.3,25.7z"/>
<path fill="#FFFFFF" d="M48.1,25.7l-9-4.7c0,0-3,10.3,2.7,10.3S47.8,29,48.1,25.7z"/>
</g>
</svg>
</section>
<section class="section">
<a href="/index.html" class="cta">Take me home</a>
</section>
</div>
</div>
<!-- end body -->
</article>
<!-- end article -->
</main>
<!-- end main -->
</div>
</div>
</body>
</html>