-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (61 loc) · 1.77 KB
/
Copy pathindex.html
File metadata and controls
69 lines (61 loc) · 1.77 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
<!DOCTYPE html>
<html lang="ja" prefix="og: http://ogp.me/ns# fb: http://www.facebook.com/2008/fbml">
<head>
<meta charset="UTF-8">
<title>Title</title>
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<![endif]-->
<meta name="description" content="">
<meta name="keywords" content="">
<meta property='og:locale' content="ja_JP">
<meta property="og:site_name" content="" >
<meta property="og:url" content="">
<meta property="og:type" content="website">
<meta property="og:image" content="">
<meta property="og:description" content="">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="favicon.ico">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>window.jQuery||document.write('<script src="js/jquery-1.8.3.min.js"><\/script>');</script>
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body class="home">
<header id="header">
<h1 class="logo">Logo</h1>
<nav id="global_nav">
<ul>
<li><a href="#">Item 1</a></li>
<li><a href="#">Item 2</a></li>
<li><a href="#">Item 3</a></li>
<li><a href="#">Item 4</a></li>
</ul>
</nav>
<!-- /#gNav -->
</header>
<!-- /#header -->
<div id="content">
<section id="service">
<h2>Service</h2>
</section>
<!-- /#service -->
<section id="news">
<h2>News</h2>
<dl>
<dt>2014年1月10日</dt>
<dd>Webサイトをリニューアルしました。</dd>
</dl>
</section>
<!-- /#news -->
</div>
<!-- /#content -->
<footer id="footer">
<p><small>© 2014</small></p>
</footer>
<!-- /#footer -->
<script src="js/common.js"></script>
</body>
</html>