-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
89 lines (80 loc) · 3.48 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>FuelPHP.JP 日本語ドキュメント </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="fuelphp.jp">
<meta name="copyright" content="fuelphp.jp">
<meta name="robots" content="index, follow">
<meta name="distribution" content="global">
<meta name="description" content="FuelPHP 日本語ドキュメントのトップページです">
<meta name="keywords" content="FuelPHP,日本語">
<link href="common/images/favicon.png" rel="shortcut icon" type="image/x-icon"/>
<link rel="apple-touch-icon" href="common/images/icon.png" sizes="57x57 72x72 114x114">
<link href="common/css/style.css" rel="stylesheet" type="text/css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35865375-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="container">
<header>
<h1><a href="/">FuelPHP.JP</a></h1>
</header>
<div id="main">
<article>
<div class="logo"><img src="common/images/drops.png" alt="FuelPHP"></div>
<h2 class="top_title">FuelPHP 日本語Document</h2>
<nav class="document">
<a href="/docs/1.7/" target="_blank">1.7</a>
<a href="/docs/1.8/" target="_blank">1.8</a>
<a href="/docs/1.9/" target="_blank">1.9</a>
</nav>
</article>
</div>
<footer>
<div class="contents">
<h2>Contents</h2>
<ul>
<li><a href="about.html">このサイトについて</a></li>
<li><a href="howto_join.html">翻訳に参加する方法</a></li>
<li><a href="contact.html">お問い合わせ</a></li>
</ul>
</div>
<div class="network">
<h2>LINK</h2>
<ul>
<li><a href="http://fuelphp.com/" target="_blank">FuelPHP本家サイト(英語)</a></li>
<li><a href="https://groups.google.com/forum/?fromgroups#!forum/fuelphp_jp" target="_blank">メーリングリスト</a>
</li>
<li><a href="https://github.com/NEKOGET/FuelPHP_docs_jp" target="_blank">GitHub</a></li>
</ul>
</div>
<div class="network">
<h2>その他のドキュメント</h2>
<ul>
<li><a href="http://press.nekoget.com/fuelphp_doc_1.2" target="_blank">FuelPHP 1.2</a></li>
<li><a href="http://press.nekoget.com/fuelphp_doc/" target="_blank">FuelPHP 1.3</a></li>
<li><a href="/docs/1.4/" target="_blank">FuelPHP 1.4</a></li>
<li><a href="/docs/1.5/" target="_blank">FuelPHP 1.5</a></li>
<li><a href="/docs/1.6/" target="_blank">FuelPHP 1.6</a></li>
</ul>
</div>
<p class="copyright">
<small>Copyright © 2012 <a href="http://works.nekoget.net/" target="_blank">ネコネットデザイン事務所</a></small>
</p>
</footer>
</div>
</body>
</html>