-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
43 lines (42 loc) · 1.11 KB
/
index.php
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
<!DOCTYPE html>
<html lang=ja>
<head>
<meta charset="utf-8">
<title>開発環境</title>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div id="header">
<h1>
ヘッダー
</h1>
<div id="global-nav">
<h2>
ナビ
</h2>
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="index.php">Home</a></li>
<li><a href="index.php">Home</a></li>
<li><a href="index.php">Home</a></li>
</ul>
</div>
</div>
<div id="main">
<h2>
メインsikaisanjou
</h2>
<blockquote cite="http://www.example.com">
<p>test1</p>
<p>甘さ控えめで大人向けのチョコチップクッキーをつくるには、カカオ70%ぐらいのチョコレートをつかうのがよい。</p>
</blockquote>
</div>
<div id="footer">
<h1>
フッター
</h1>
<address>ページ製作者:安井 健悟</address>
</div>
</body>
</html>