forked from OpenEMS/openems.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
67 lines (67 loc) · 2.15 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Not Found :: Open Energy Management System</title>
<link rel="stylesheet" href="/_/css/site.css">
<link rel="icon" href="/_/img/feneco.ico" type="image/x-icon">
<link rel="stylesheet" href="/_/css/vendor/docsearch.min.css"> </head>
<body class="status-404">
<header class="header">
<nav class="navbar" color="#2d8fab">
<div class="navbar-brand">
<a class="navbar-item" href="https://github.com/OpenEMS/openems">OpenEMS // Docs</a>
</div>
<div id="topbar-nav" class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item" href="https://github.com/OpenEMS/openems">
<span class="gitlink">
</span>
</a>
</div>
</div>
</nav>
</header><div class="main-wrapper">
<div class="navigation-container">
<aside class="navigation">
<div class="panels">
<div class="navigation-explore is-active" data-panel="explore">
<ul class="components">
<li class="component">
<span class="title">Open Energy Management System</span>
<ul class="versions">
<li class="version is-latest">
<a href="/openems/latest/introduction.html">latest</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</aside>
</div>
<main class="main">
<div class="toolbar" role="navigation">
<button class="navigation-toggle"></button>
<a href="/openems/latest/introduction.html" class="home-link"></a>
<nav class="crumbs" aria-label="breadcrumbs">
</nav>
</div>
<article class="doc">
<h1>Page Not Found</h1>
<div class="paragraph">
<p>The page you're looking for does not exist. It may have been moved.</p>
</div>
<div class="paragraph">
<p>If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken.
If you typed the URL of this page manually, please double check that you entered the address correctly.</p>
</div>
</article>
</main>
</div>
<script src="/_/js/site.js"></script>
<script src="/_/js/vendor/highlight.js"></script>
<script>hljs.initHighlighting()</script>
</body>
</html>