-
Notifications
You must be signed in to change notification settings - Fork 0
/
template_html4.html
83 lines (73 loc) · 3.18 KB
/
template_html4.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>##### PAGE NAME ##### | ##### CATEGORY NAME ##### | ##### SITE NAME #####</title>
<meta http-equiv="content-style-type" content="text/css">
<meta http-equiv="content-script-type" content="text/javascript">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="shortcut icon" type="image/vnd.microsoft.icon" sizes="16x16" href="/img/favicon.ico">
<link rel="icon" type="image/gif" href="/img/favicon.gif">
<!-- Optional Meta Informations -->
<link rel="index" href="/" title="トップページ">
<meta name="author" content="*** Author ***">
<meta name="copyright" content="©*** Copyright ***">
<meta name="reply-to" content="example@example.com">
<!-- /Optional Meta Informations -->
<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 ]]] -->
<div id="header">
<h1><a href="/" rel="index" title="TOPページへ">*** SITE NAME ***</a></h1>
<ul class="navSkip hidden">
<li><a href="#content">Go to content</a></li>
<li><a href="#globalNav">Go to menu</a></li>
</ul>
<!-- /#header --></div>
<!-- / [[[ 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 ]]] -->
<div id="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 --></div>
<!-- / [[[ 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>