This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path404.html
52 lines (49 loc) · 3.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="404">
<meta name="keywords" content="JavaScript, debugging, testing, remote debugging, console, dom inspector, modernizr, plugins, Vorlon.JS, Vorlon, open source, mobile testing">
<meta name="author" content="Microsoft">
<title>404 | Vorlon.JS</title>
<link href="http://fonts.googleapis.com/css?family=Oswald:400" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300|Roboto:400,300" rel="stylesheet">
<link rel="icon" type="image/png" href="/images/favicon.png">
<link rel="stylesheet" href="/css/main.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-63925808-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="four-o-four-page">
<div class="content-wrapper">
<nav class="nav-main">
<div class="container cf">
<h1 class="home"><a href="/" class="logo">Vorlon.JS</a></h1>
<label for="reveal-nav" class="nav-item filled reveal-nav-btn">Menu</label>
<input type="checkbox" id="reveal-nav" role="button" class="reveal-nav-input">
<div class="nav-main-list"><a href="/#demo" class="nav-item">See Demo</a><a href="/#getting-started" class="nav-item">Get Started</a><a href="/#vorlon-desktop" class="nav-item">Desktop app</a><a href="/plugins" class="nav-item">Plugins</a><a href="/documentation" class="nav-item">Documentation</a><a href="/community" class="nav-item">Community</a><a href="https://github.com/MicrosoftDX/Vorlonjs/" class="nav-item filled">GitHub</a></div>
</div>
</nav>
<section class="site-header"></section>
<section class="centered">
<h1 class="what">Oh darn.</h1>
<h2>It looks like you’ve taken a wrong turn.</h2>
<p>It happens to the best of us.</p>
</section>
<footer class="site-footer">
<div class="container">
<nav class="nav-footer cf"><a href="/#demo" class="nav-item">See Demo</a><a href="/#getting-started" class="nav-item">Get Started</a><a href="/#vorlon-desktop" class="nav-item">Desktop app</a><a href="/plugins" class="nav-item">Plugins</a><a href="/documentation" class="nav-item">Documentation</a><a href="/community" class="nav-item">Community</a><a href="https://github.com/MicrosoftDX/Vorlonjs/" class="nav-item">GitHub</a><a href="https://github.com/MicrosoftDX/Vorlonjs/blob/master/LICENSE" class="nav-item">MIT License</a></nav>
<h4 class="home"><a href="/" class="footer-logo">Vorlon.JS</a></h4>
</div>
</footer>
</div>
<script src="/js/scripts.js"></script>
</body>
</html>