-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.html
More file actions
169 lines (169 loc) · 5.27 KB
/
sample.html
File metadata and controls
169 lines (169 loc) · 5.27 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<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" />
<title>サンプル | ttXHTMLTemplate</title>
<!--<meta name="keywords" content="" />
<meta name="description" content="" />-->
<meta name="copyright" content="Copyright (c) dounokouno All rights reserved." />
<link rel="stylesheet" type="text/css" href="css/screen.css" media="screen,print" />
<script type="text/javascript" src="http://etc.dounokouno.com/yuga.js-TT-Custom/js/jquery.js"></script>
<script type="text/javascript" src="http://etc.dounokouno.com/yuga.js-TT-Custom/js/yuga.js"></script>
<script type="text/javascript">
(function($) {
$(function() {
$.yuga.scroll();
});
})(jQuery);
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1187565-2']);
_gaq.push(['_setDomainName', '.dounokouno.com']);
_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 class="home">
<div id="header">
<div class="container">
<h1>H1</h1>
</div>
</div>
<div id="nav">
<div class="container">
<dl>
<dt>メニュー</dt>
<dd>
<ul>
<li><a href="#">項目</a></li>
<li><a href="#">項目項目</a></li>
<li><a href="#">項目項目項目</a></li>
</ul>
</dd>
</dl>
</div>
</div>
<div id="content">
<div class="container">
<div class="section">
<h2>H2</h2>
<div class="section">
<h3>H3</h3>
<h4>H4</h4>
<p>段落。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</p>
</div>
<div class="section">
<h3>番号無しリスト</h3>
<ul>
<li>項目</li>
<li>項目項目</li>
<li>項目項目項目</li>
</ul>
</div>
<div class="section">
<h3>番号付きリスト</h3>
<ol>
<li>項目</li>
<li>項目項目</li>
<li>項目項目項目</li>
</ol>
</div>
<div class="section">
<h3>テーブル</h3>
<table>
<tr>
<th>項目</th>
<td>内容</td>
</tr>
<tr>
<th>項目項目</th>
<td>内容内容内容内容</td>
</tr>
<tr>
<th>項目項目項目</th>
<td>内容内容内容内容内容内容</td>
</tr>
</table>
</div>
<div class="section">
<h2>カラム</h2>
<h3>1:1</h3>
<div class="cols-1-1">
<div class="leftbox box">
<p>468px</p>
</div>
<div class="rightbox box">
<p>468px</p>
</div>
</div>
<h3>1:2</h3>
<div class="cols-1-2">
<div class="leftbox box">
<p>307px</p>
</div>
<div class="rightbox box">
<p>629px</p>
</div>
</div>
<h3>2:1</h3>
<div class="cols-2-1">
<div class="leftbox box">
<p>629px</p>
</div>
<div class="rightbox box">
<p>307px</p>
</div>
</div>
<h3>1:1:1</h3>
<div class="cols-1-1-1">
<div class="leftbox box">
<p>307px</p>
</div>
<div class="centerbox box">
<p>307px</p>
</div>
<div class="rightbox box">
<p>307px</p>
</div>
</div>
</div>
</div>
<div class="section">
<h2>アイコン</h2>
<ul class="nonstyle">
<li><a href="#" class="mailto">メール</a></li>
<li><a href="#" class="external">外部リンク</a></li>
<li><a href="#" class="popup">ポップアップ</a></li>
<li><a href="#" class="pdf">PDF</a></li>
<li><a href="#" class="doc">DOC</a></li>
<li><a href="#" class="xls">XLS</a></li>
<li><a href="#" class="ppt">PPT</a></li>
<li><a href="#" class="zip">ZIP</a></li>
<li><a href="#" class="arrow-up">上矢印</a></li>
<li><a href="#" class="arrow-right">右矢印</a></li>
<li><a href="#" class="arrow-down">下矢印</a></li>
<li><a href="#" class="arrow-left">左矢印</a></li>
</ul>
</div>
<div class="section">
<div class="hr"><hr /></div>
<p><a href="index.html" class="arrow-left">トップページへ戻る</a></p>
<p class="pagetop"><a href="#header" class="arrow-up">ページの先頭へ戻る</a></p>
</div>
<!-- /content -->
</div>
</div>
<div id="footer">
<div class="container">
<p class="copyright">Copyright © <a href="http://dounokouno.com/" target="_blank">dounokouno</a> All rights reserved.</p>
</div>
</div>
</body>
</html>