forked from aralejs/aralejs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
145 lines (126 loc) · 4.18 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE HTML>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>arale/404 - 404</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="nico 0.3.1" />
<link type="image/x-icon" href="/static/css/favicon.ico" rel="icon">
<link rel="stylesheet" href="/static/css/normalize.css" />
<link rel="stylesheet" href="/static/css/site.css" />
<link rel="stylesheet" href="/static/css/solarized.css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36247332-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
if (location.port) {
return;
}
ga.src = 'https://ssl.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="http://assets.spmjs.org/seajs/seajs/2.0.0/??sea.js,plugin-combo.js,plugin-debug.js,plugin-style.js"></script>
<script>
(function() {
var query = location.search.substring(1).split('&');
var srcdir = 'src';
if (contain(query, 'dist')) {
srcdir = 'dist';
} else if (contain(query, 'cov')) {
srcdir = 'src-cov';
}
seajs.config({
alias: {
"$": 'jquery/jquery/1.7.2/jquery',
jquery: 'jquery/jquery/1.7.2/jquery',
"jquery-debug": 'jquery/jquery/1.7.2/jquery-debug',
expect: "gallery/expect/0.2.0/expect",
puerh: "popomore/puerh/0.1.0/puerh",
sinon: "gallery/sinon/1.6.0/sinon"
},
map: [function(uri) {
// resolve id
var m = uri.match(/arale\/404\/1.0.0\/(.*)/);
if (m) {
return resolve(m[1]);
}
return uri;
}],
comboExcludes: {test: function(uri) {
return uri.indexOf('http://assets.spmjs.org') === -1;
}}
});
function resolve(file) {
if (contain(query, 'debug')) {
if (file.indexOf('-debug') === -1) {
file = file.replace(/\.(\w+)$/, '-debug.$1');
}
}
return seajs.resolve("./" + srcdir + "/" + file);
}
function contain(arr, value) {
for (var i in arr) {
if (arr[i] === value) {
return true;
}
}
return false;
}
seajs.config({ alias: {}});
seajs.use([]);
seajs.config({alias: {
"$-debug": 'jquery/jquery/1.7.2/jquery-debug'
}});
})();
</script>
<script src="./static/js/site.js"></script>
<!--[if lt IE 9]>
<script src="./static/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div id="body-wrapper">
<aside id="sidebar-wrapper">
<h1>
<a href="./">404</a><sup class="package-root"><a href="/">arale</a></sup>
</h1>
<p class="version">当前版本:<a href="http://aralejs.org/docs/online-status.html#arale-404" title="点击查看此组件发布情况">1.0.0</a></p>
<p class="description">PAGE NOT FOUND.</p>
<a class="source" href="https://github.com/aralejs/404" target="_blank">View the Project</a>
<ul id="navigation" role="navigation">
<li><a href="./">文档</a></li>
</ul>
<div id="output-card">
<h3>arale/404/1.0.0/<a target="_blank" id="output-file"></a></h3>
<p>这是模块的输出文件,请 require 或 seajs.use 以上 ID 来使用本文件,具体 API 请阅读文档。</p>
</div>
</aside>
<div id="content-wrapper">
<div id="content">
<article class="hentry">
<h1 class="entry-title">404</h1>
<div class="entry-content">
<p>找不到页面?没关系,阿拉蕾也没有找到男盆友。<a href="http://weibo.com/1744667943/z9Am7cpxI">:)</a></p>
<p><img src="https://i.alipayobjects.com/e/201306/a6vzc7Iq5.jpg" alt="can't find my puppy"/></p>
<hr/>
<p>要不 <a href="/">回首页</a> 吧?</p>
</div>
</article>
</div>
</div>
</div>
<div id="footer-wrapper">
<footer>
<p class="powered"><a href="http://aralejs.org">Arale</a> •
<a href="http://aliceui.org">Alice</a> •
<a href="http://seajs.org">SeaJS</a> •
<a href="https://spmjs.org">spmjs.org</a> •
<a href="http://lab.lepture.com/nico/">nico</a>
</p>
</footer>
</div>
</body>
</html>