This repository was archived by the owner on Oct 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.html
34 lines (34 loc) · 1.8 KB
/
error.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>rubico documentation</title>
<meta charset="UTF-8" />
<meta name="description" content="The complete guide to rubico" />
<meta name="keywords" content="functional,programming,javascript,typescript,asynchronous,documentation,rubico" />
<meta property="og:title" content="rubico documentation" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://doc.rubico.land" />
<meta property="og:image" content="assets/android-chrome-512x512.png" />
<meta property="og:site_name" content="doc.rubico.land" />
<meta property="og:description" content="The complete guide to rubico" />
<meta name="twitter:title" content="rubico documentation" />
<meta name="twitter:description" content="The complete guide to rubico" />
<meta name="twitter:image:src" content="assets/android-chrome-512x512.png" />
<meta name="twitter:domain" content="https://doc.rubico.land" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<script src="https://unpkg.com/rubico@1/index.js" crossorigin></script>
<script src="https://unpkg.com/react@16/umd/react.development.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js" crossorigin></script>
<script src="lib/codemirror.js"></script>
<link rel="stylesheet" href="lib/codemirror.css">
<link rel="stylesheet" href="main.css">
<script src="mode/javascript/javascript.js"></script>
</head>
<body>
<p>Something went wrong</p>
<img src="assets/blue-cat-error.gif" alt="blue-cat-error.gif" />
</body>
</html>