-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
49 lines (42 loc) · 1.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>LSST: Page not found</title>
<link inline rel="stylesheet" href="styles.css">
</head>
<body>
<div class="c-container">
<header class="c-header-section">
<h1>404</h1>
<p>Not Found</p>
</header>
<section class="c-suggestion-section">
<p>Try these links instead:</p>
<table class="c-suggestions-table">
<tr>
<th scope="row">LSST docs</th>
<td><a href="https://www.lsst.io">www.lsst.io</a></td>
</tr>
</table>
</section>
<section class="c-reporting-section">
<p>If you think this is a broken link, let us know on the <a href="https://community.lsst.org/c/support">LSST Community forum</a>.</p>
<!-- FIXME: use link that starts a stub post. -->
<p>LSST collaborators: you can drop a line in the <a href="https://rubin-obs.slack.com/messages/C07QK9N14BY/">#square-docs-support</a> channel instead.</p>
</section>
<footer class="c-footer-section">
<nav class="c-flex-nav">
<ul>
<li><a href="https://www.lsst.org">LSST</a></li>
<li><a href="https://project.lsst.org">Project</a></li>
<li><a href="https://community.lsst.org">Community Forum</a></li>
<li><a href="https://www.lsst.io">Docs</a></li>
</ul>
</nav>
</footer>
</div>
<script inline src="app.bundle.js"></script>
</body>
</html>