summaryrefslogtreecommitdiff
path: root/workers/apex/assets/503.html
blob: 60fdc6cf3b6d8f3e2b339dd24b10a150cc7fc6e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Service unavailable — 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>503</h1>
  <p>This version of the documentation is temporarily unavailable. Please try again shortly, or visit
     <a href="https://vyos.io">vyos.io</a> in the meantime.</p>
</main>
</body>
</html>