forked from OpenCyphal-Garage/uavcan.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
40 lines (40 loc) · 680 Bytes
/
404.html
File metadata and controls
40 lines (40 loc) · 680 Bytes
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
---
weight: -1
layout: null
permalink: /404.html
---
<head>
<style>
html, body {
height: 100%;
}
html {
display: table;
margin: auto;
}
body {
display: table-cell;
vertical-align: middle;
}
h1, p {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}
a {
text-decoration: none;
}
</style>
<title>File not found</title>
<body>
<h1 style="font-size: 3em">
File not found (404)
</h1>
<p style="font-size: 2em">
<a href="/">Proceed to the home page</a>
</p>
<p style="font-size: 1em">
<a href="https://github.com/UAVCAN/uavcan.github.io/issues/new">Report this error</a>
</p>
</body>
{% include google_analytics.html %}
</head>