forked from gobyexample-cn/gobyexample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
27 lines (25 loc) · 1.19 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
<!DOCTYPE html>
<html>
<head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
<title>Go by Example中文版:Not Found</title>
<link rel=stylesheet href="site.css">
</head>
<body>
<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-53092201-2', 'auto');
ga('send', 'pageview');
</script>
<div id="intro">
<h2><a href="./">Go by Example中文版</a></h2>
<p>对不起,我们不能找到这个东东!要不去看看<a href="./">首页</a>?</p>
<p class="footer">
原版 by <a href="https://twitter.com/mmcgrana">@mmcgrana</a> | 翻译版 by <a href="https://blog.everyx.in">everyx</a> | <a href="mailto:lunt.luo@gmail.com">反馈</a> | <a href="https://github.com/everyx/gobyexample">翻译文件(github)</a> | <a href="https://github.com/mmcgrana/gobyexample#license">license</a>
</p>
</div>
</body>
</html>