blob: 6beae739f2078788d5c93472c900582e4d3f668a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Page not found — VyOS Documentation</title>
<meta name="robots" content="noindex">
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
background: #16181d; color: #e8e8e8; display: flex; min-height: 100vh;
margin: 0; align-items: center; justify-content: center; }
main { text-align: center; max-width: 32rem; padding: 2rem; }
h1 { font-size: 2.5rem; margin: 0 0 0.5rem; color: #FFAE12; }
p { line-height: 1.5; }
a { color: #FFAE12; }
</style>
</head>
<body>
<main>
<h1>404</h1>
<p>This page doesn't exist (or moved). Try the <a href="/en/rolling/">latest VyOS documentation</a>.</p>
</main>
</body>
</html>
|