This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 80
/
404.html
90 lines (78 loc) · 3.37 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<!--
[[[[[[[[[[[[[[[ ]]]]]]]]]]]]]]]
[:::::::::::::: ::::::::::::::]
[:::::::::::::: ::::::::::::::]
[::::::[[[[[[[: :]]]]]]]::::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ CODE THE WEB ]:::::]
[:::::[ http://brackets.io ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[::::::[[[[[[[: :]]]]]]]::::::]
[:::::::::::::: ::::::::::::::]
[:::::::::::::: ::::::::::::::]
[[[[[[[[[[[[[[[ ]]]]]]]]]]]]]]]
-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Brackets - Page Not Found (404)</title>
<link rel="stylesheet" href="/css/normalize.css" />
<link rel="stylesheet" href="/css/foundation.min.css" />
<link rel="stylesheet" href="/css/brackets.io.css">
<!-- This needs to be at the top, not at the bottom like the other JS. Source Sans Pro - Light, Regular, Italic, Semibold -->
<script src="//use.edgefonts.net/source-sans-pro:n3,n4,n6,i3,i4;source-code-pro:n4.js"></script>
<!-- These stop FOUT -->
<style type="text/css">
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4,
.wf-loading h5, .wf-loading h6, .wf-loading p, .wf-loading a {
visibility: hidden;
}
</style>
<link rel="shortcut icon" href="/favicon.ico" />
</head>
<body>
<div id="header-wrapper">
<div id="header" class="row">
<div class="large-12 columns clearfix">
<h1 class="brackets-logo">
<a href="index.html">
<i></i>Brackets</a>
</h1>
<div class="mobile-nav">
<a id="hamburger" href="#">Menu</a>
</div>
<div class="nav clearfix">
<div class="nav-links">
<a href="contribute.html" class="contribute" data-i18n="nav.contribute">Contribute</a>
<!--<a href="docs/current/modules/brackets.html" data-i18n="nav.apidocs">API Docs</a>-->
<a href="http://blog.brackets.io" data-i18n="nav.blog">Blog</a>
<a href="https://github.com/adobe/brackets/wiki/Troubleshooting" data-i18n="nav.support">Support</a>
</div>
<div class="social-links">
<a class="social-links-item github-icon" href="https://www.github.com/adobe/brackets" title="GitHub">GitHub</a>
<a class="social-links-item twitter-icon" href="https://twitter.com/brackets" title="Twitter">Twitter</a>
</div>
</div>
</div>
</div>
</div>
<div id="hero-wrapper" class="gradient">
<div id="hero" class="row no-bg-img">
<div class="large-12 columns">
<h1>You found our 404 page!</h1>
<p>Check if you have the right URL or go to the <a href="/">Homepage</a>.</p>
</div>
</div>
</div>
<script src="js/vendor/jquery.js"></script>
<script src="/js/nav.js"></script>
</body>
</html>