-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
110 lines (94 loc) · 3.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
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Page Not Found | cuz</title>
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="/logo.png">
<link rel="stylesheet" href="/css/cuz.css">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/codemirror.css">
<link rel="stylesheet" href="/css/index.css">
<link rel="stylesheet" href="/css/docs.css">
<!--[if lte IE 8]>
<script src="/js/html5shiv.min.js"></script>
<script src="/js/es5-shim.min.js"></script>
<script src="/js/es5-sham.min.js"></script>
<![endif]-->
<script src="http://codemirror.net/lib/codemirror.js"></script>
<script src="http://codemirror.net/mode/javascript/javascript.js"></script>
<script src="http://codemirror.net/mode/xml/xml.js"></script>
<script src="http://codemirror.net/mode/jsx/jsx.js"></script>
<script src="/js/JSXTransformer.js"></script>
<script src="/js/cuz.js"></script>
<script>
React = cuz.React;
ReactDOM = cuz.ReactDOM;
</script>
<script src="/js/babel-browser.min.js"></script>
<script src="/js/live_editor.js"></script>
</head>
<body>
<div class="docs-container">
<div class="nav-main">
<div class="wrap">
<a class="nav-home" href="/index.html">
<img src="/logo-white.png" class="nav-logo" width="38" height="28" />
CUZ
</a>
<span class="nav-desc">React 构建套件</span>
<ul class="nav-site nav-site-internal">
</ul>
<ul class="nav-site nav-site-external">
<li>
<a href="/docs/guide/quick-start.html">
Docs
</a>
</li>
<li>
<a href="/docs/components/button.html">
UI
</a>
</li>
<li>
<a href="/docs/cuz-charts.html">
Charts
</a>
</li>
<li>
<a href="https://github.com/cuzjs/cuz">
<i class="fa fa-fw fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
<section class="content wrap documentationContent nosidebar">
<div class="inner-content">
<h1>Page Not Found</h1>
<div class="subHeader"></div>
<p>We couldn't find what you were looking for.</p>
<p>Please contact the owner of the site that linked you to the original URL and let them know their link is broken.</p>
</div>
</section>
<footer class="wrap">
<div class="left">
<a href="https://github.com/cuzjs/cuz">GitHub</a>
</div>
<div class="right">
© 2015-2016 阿里巴巴 数据应用部
</div>
</footer>
<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-21831838-3', 'auto');
ga('send', 'pageview');
</script>
</div>
</body>
</html>