-
Notifications
You must be signed in to change notification settings - Fork 0
/
template_html5.html
84 lines (74 loc) · 3.42 KB
/
template_html5.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
<!DOCTYPE html>
<!--[if IE 8 ]><html lang="ja" xmlns:og="http://ogp.me/ns#" xmlns:mixi="http://mixi-platform.com/ns#" xmlns:fb="http://www.facebook.com/2008/fbml" class="ie8"><![endif]-->
<!--[if IE 9 ]><html lang="ja" xmlns:og="http://ogp.me/ns#" xmlns:mixi="http://mixi-platform.com/ns#" xmlns:fb="http://www.facebook.com/2008/fbml" class="ie9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html lang="ja" xmlns:og="http://ogp.me/ns#" xmlns:mixi="http://mixi-platform.com/ns#" xmlns:fb="http://www.facebook.com/2008/fbml"><!--<![endif]-->
<head>
<meta charset="UTF-8" />
<title>##### PAGE NAME ##### | ##### CATEGORY NAME ##### | ##### SITE NAME #####</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<!-- Optional Meta Informations -->
<meta name="author" content="*** Author ***" />
<meta name="copyright" content="©*** Copyright ***" />
<meta name="reply-to" content="example@example.com" />
<link rel="start" href="/" title="Home" />
<!-- /Optional Meta Informations -->
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/css/common.css" media="screen, print" />
<link rel="stylesheet" type="text/css" href="/css/layout.css" media="screen, print" />
<link rel="stylesheet" type="text/css" href="/css/print.css" media="print" />
</head>
<body>
<div id="container">
<!-- [[[ HEADER-AREA ]]] -->
<header>
<h1><a href="/">##### SITE NAME #####</a></h1>
<ul id="navSkip" class="hidden">
<li><a href="#content">本文へ</a></li>
<li><a href="#navGlobal">メインメニューへ</a></li>
</ul>
</header>
<!-- / [[[ HEADER-AREA ]]] -->
<!-- [[[ CONTENT-AREA ]]] -->
<div id="content">
<!-- [ MAIN-CONTENT-AREA ] -->
<div id="main">
<p>*** Main Content Area ***</p>
<!-- / #main --></div>
<!-- [ MAIN-CONTENT-AREA ] -->
<!-- [ SUB-CONTENT-AREA ] -->
<div id="sub">
<p>*** Sub Content Area ***</p>
<!-- / #sub --></div>
<!-- / [ SUB-CONTENT-AREA ] -->
<p class="goPageTop"><a href="#container">ページの先頭へ戻る</a></p>
<!-- / #content --></div>
<!-- / [[[ CONTENT-AREA ]]] -->
<!-- [[[ FOOTER-AREA ]]] -->
<footer>
<ul>
<li><a href="/DUMMY" class="external" title="ダミー">ダミーダミー</a></li>
<li><a href="/DUMMY" class="external" title="ダミー">ダミーダミー</a></li>
<li><a href="/DUMMY" class="external" title="ダミー">ダミーダミー</a></li>
<li><a href="/DUMMY" class="external" title="ダミー">ダミーダミー</a></li>
<li><a href="/DUMMY" class="external" title="ダミー">ダミーダミー</a></li>
</ul>
<address class="copyright vcard">Copyright © <a href="/DUMMY" title="" class="external fn org url">*** Copyright ***</a> All Rights Reserved.</address>
</footer>
<!-- / [[[ FOOTER-AREA ]]] -->
<!-- / #container --></div>
<!-- [ SCRIPTS ] -->
<script src="/js/lib/LAB.min.js" type="text/javascript"></script>
<script type="text/javascipt" language="javascript">
$LAB.script('/js/lib/jquery.1.6.1.js').wait()
.script('/js/lib/meca.js').wait()
.script('/js//common.js')l
</script>
<noscript><p id="msgNoscript">当サイトは、ブラウザのJavaScript設定を有効にしてご覧ください。</p></noscript>
<!-- / [ SCRIPTS ] -->
<!-- [ ANALYSIS ] -->
<!-- / [ ANALYSIS ] -->
</body>
</html>