-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
211 lines (97 loc) · 6.34 KB
/
404.html
File metadata and controls
211 lines (97 loc) · 6.34 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!doctype html>
<html lang="en-UK">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv='Content-Security-Policy' content="script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'none'; base-uri 'none'">
<link rel="stylesheet" href="/css/style.f98b2c8d37c6fbd4a07de84e3499480a6f736609e8351963d02d0ef6ca7770dd0e14bbaec4424ba706ebef7775b5505288d242b468c3c282c238a895152307f4.css" media="screen" integrity="sha512-+YssjTfG+9SgfehONJlICm9zZgnoNRlj0C0O9sp3cN0OFLuuxEJLpwbr73d1tVBSiNJCtGjDwoLCOKiVFSMH9A==" crossorigin="anonymous">
<title>404 Page not found</title>
<meta name="description" content="Data and application services for marine data streams from underwater acoustic sensor networks">
<meta name="robots" content="noindex">
<link rel="canonical" href="https://smartoceanplatform.github.io/404.html">
<link rel="alternate" hreflang="en-UK" href="https://smartoceanplatform.github.io/404.html">
<link rel="alternate" hreflang="x-default" href="https://smartoceanplatform.github.io/404.html">
<meta property="og:title" content="404 Page not found">
<meta property="og:description" content="Data and application services for marine data streams from underwater acoustic sensor networks">
<meta property="og:type" content="website">
<meta property="og:url" content="https://smartoceanplatform.github.io/404.html">
<meta property="og:image" content="https://smartoceanplatform.github.io/images/sfisologo.svg">
<meta property="og:site_name" content="Smart Ocean Cloud Platform ">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://smartoceanplatform.github.io/images/sfisologo.svg">
<meta name="twitter:title" content="404 Page not found">
<meta name="twitter:description" content="Data and application services for marine data streams from underwater acoustic sensor networks">
<link rel="icon" type="image/svg+xml" href="https://smartoceanplatform.github.io/favicon.svg">
<link rel="icon" type="image/png" href="https://smartoceanplatform.github.io/favicon.png">
</head>
<body class="error404 d-flex flex-column min-vh-100"><header class="main-header">
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="/">
<img src="/images/sfisologo.svg" alt="logo" width="30" height="24"
class="d-inline-block align-text-top">
Smart Ocean Cloud Platform
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="menu-main navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/about" title='SFI Smart Ocean Cloud Platform' aria-label='SFI Smart Ocean Cloud Platform'>About</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/post">Applications</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/page">Components</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/publications">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/contact/" title='Contact' aria-label='Contact'>Contact</a>
</li>
</ul>
<div class="menu-social d-flex">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://github.com/smartoceanplatform/" target='_blank' title='Visit the GitHub project' aria-label='Visit the GitHub project'>
<svg xmlns='http://www.w3.org/2000/svg' class='feather feather-github'><use href='/images/feather/feather-sprite.svg#github'/></svg><small class="ms-2 d-md-none">GitHub</small>
</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</header><div id="content">
<nav class="header-breadcrumb my-2" aria-label="breadcrumb">
<div class="container">
<ol class="breadcrumb my-0">
<li class="breadcrumb-item"> <a href="/">Home</a> </li>
<li class="breadcrumb-item active" aria-current="page"> 404 Page not found</li>
</ol>
</div>
</nav>
<main id="main">
<div class="text-center mt-5">
<h1 class="display-2">404 Not Found</h1>
<h2 class="display-5">Looks like this page is not on our website</h2>
<a class="mt-5 btn themed-button" href="/">Go back to homepage</a>
</div>
</main>
</div>
<footer class="py-3 mt-auto bg-light">
<div class="container py-1 my-1">
<div class="d-flex flex-wrap justify-content-between align-items-center">
<p class="col-md mb-0 text-muted">Open-source <a class="text-muted text-decoration-none" href="https://github.com/filipecarneiro/hugo-bootstrap-theme/blob/main/LICENSE">MIT</a> Licensed.</p>
<ul class="nav col-md-auto justify-content-end">
</ul>
</div>
</div>
</footer>
<script src="/js/bootstrap/bootstrap.bundle.min.min.7620f70f6a288d4f1a662439d8772846a2d2084a9466d8d25b3b246d986b3c96e31aae489aaa01a1961bd6f4ad9842e677b02848d0aae0a3fb74b76a522f9e80.js" integrity="sha512-diD3D2oojU8aZiQ52HcoRqLSCEqUZtjSWzskbZhrPJbjGq5ImqoBoZYb1vStmELmd7AoSNCq4KP7dLdqUi+egA==" crossorigin="anonymous" defer></script>
<script src="/js/main.min.e8d88c82c0438b527f1aca4115652ba1e2877bf805b75593b23ac0e3fe2b3fe95a467d1feef275355132ba061da6404b0d24d55afabc209b294b1db043be014d.js" integrity="sha512-6NiMgsBDi1J/GspBFWUroeKHe/gFt1WTsjrA4/4rP+laRn0f7vJ1NVEyugYdpkBLDSTVWvq8IJspSx2wQ74BTQ==" crossorigin="anonymous" defer></script>
</body>
</html>