-
Notifications
You must be signed in to change notification settings - Fork 4
/
404.html
67 lines (54 loc) · 1.92 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta name="robots" content="INDEX,FOLLOW" />
<link rel="stylesheet" href="http://ethna.jp/doc/_static/ethna.css" type="text/css" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<title>404 Not Found - Ethna</title>
</head>
<body>
<div id="frame">
<div id="container">
<div id="ethna-header">
<a href="#">
<img src="http://ethna.jp/_static/logo_transpand.png" alt="Ethna" />
</a>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<h1>
ファイルが見つかりません。 (404 Not Found)
</h1>
<p>
Ethna のドキュメントは新しいウェブサイトへ移行しました。<br />
新しいウェブサイトでのドキュメントはまだ整備中であるため、これまでの開発マニュアルも残してあります。
</p>
<ul>
<li>直リンクなどから来た場合、このページが表示されている可能性があります。</li>
<li>以前のウェブサイトは静的コンテンツとして保存されています。<a href="http://ethna.jp/old/">以前のウェブサイトはこちら</a>。</li>
</ul>
<h2>リンク</h2>
<ul>
<li><a href="http://ethna.jp/">Ethna トップへ</a></li>
<li><a href="http://ethna.jp/old/">以前の Ethna ウェブサイト</a></li>
<li><a href="http://github.com/ethna/ethna">GitHub - ethna</a></li>
</ul>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div id="footer">
<p>Copyright © 2011 <a href="http://ethna.jp/">Ethna</a>, All Rights Reserved.</p>
</div>
</div>
</div>
</body>
</html>