root/events/phpframework/html_template/index.html @ 13394

Revision 13394, 2.7 kB (checked in by ku-suke, 5 years ago)

Add CSS happy life's template.

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja" dir="ltr">
3<head>
4<meta http-equiv="content-type" content="text/html; charset=utf-8" />
5<title>Phwittr</title>
6<meta http-equiv="content-style-type" content="text/css" />
7<meta http-equiv="content-script-type" content="text/javascript" />
8<meta name="keywords" content="phwittr,phwitter,phitter,phittr,php,twitter" />
9<meta name="description" content="PHPのXXXXで作成されたTwitterクローンです" />
10<link rev="made" href="mailto:hoge&#64;example.com" />
11<link rel="index" href="/index.html" />
12<link rel="shortcut icon" href="/img/share/favicon.ico" />
13<!-- *** feed *** -->
14<link rel="alternate" href="/feed/index.xml" type="application/rss+xml" title="RSS 2.0" />
15<!-- *** stylesheet *** -->
16<link href="./css/import.css" rel="stylesheet" type="text/css" media="all" />
17<!-- *** javascript *** -->
18<script src="http://www.google.com/jsapi" type="text/javascript"></script>
19<script type="text/javascript">google.load("jquery", "1.2");</script>
20</head>
21<body id="yourDomainName" class="indexBody">
22
23<div id="page">
24
25<span id="navSkip"><a href="#contents" tabindex="1" title="本文へジャンプ"><img src="/img/share/skip.gif" alt="本文へジャンプ" width="1" height="1" /></a></span>
26
27<div id="header">
28<h1>siteName</h1>
29<ul id="guideNav">
30<li><a href="/">ガイドナビ</a></li>
31</ul>
32<ul id="gNav">
33<li><a href="/">ナビ</a></li>
34</ul>
35<!-- / #header --></div>
36
37
38<div id="contents">
39
40<div id="main">
41
42<ul class="tabNav">
43<li><a href="#tab1">タブ1</a></li>
44<li><a href="#tab2">タブ2</a></li>
45<li><a href="#tab3">タブ3</a></li>
46</ul>
47<div id="tab1">1のタブ内容</div>
48<div id="tab2">2のタブ内容</div>
49<div id="tab3">3のタブ内容</div>
50
51<p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p><p>メイン</p>
52<!-- / #main --></div>
53
54<div id="sub">
55<ul>
56<li>サブ</li>
57</ul>
58<!-- / #sub --></div>
59
60<p class="pageTop"><a href="#page">ページの先頭へ戻る</a></p>
61
62<!-- / #contents --></div>
63
64
65<div id="footer">
66<ul>
67<li><a href="/">フッターナビ</a></li>
68</ul>
69<p class="copy">&copy;</p>
70<!-- / #footer --></div>
71
72
73<!-- / #page --></div>
74
75</body>
76</html>
Note: See TracBrowser for help on using the browser.