-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTMP.html
81 lines (73 loc) · 2.86 KB
/
TMP.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
<!DOCTYPE html>
<html>
<head href="common/images/icon.png" rel="apple-touch-icon">
<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 日本語ドキュメントのXXXXXです">
<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">
<h1>h1</h1>
<h2>h2</h2>
<h3>h3</h3>
<h4>h4</h4>
<h5>h5</h5>
<div>div</div>
<p>p</p>
<ul>
<li>リスト1</li>
<li>リスト2</li>
<li>リスト3</li>
<li>リスト4</li>
</ul>
<p class="alert">p.alert</p>
<p class="error">p.error</p>
<span class="alert">span.alert</span>
<a href="#">LINK</a>
</div>
<footer>
<p class="pagetop_link"><a href="#container">▲ページTOPへ</a></p>
<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>
<p class="copyright"><small>Copyright © 2012 <a href="http://works.nekoget.net/" target="_blank">ネコネットデザイン事務所</a></small></p>
</footer>
</div>
</body>
</html>