-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (28 loc) · 1.04 KB
/
index.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
<!DOCTYPE html>
<html>
<head prefix="og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# website: https://ogp.me/ns/website#">
<!-- GA1 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="format-detection" content="email=no,telephone=no,address=no" />
<title></title>
<meta name="description" content="" />
<meta property="og:title" content="" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:site_name" content="" />
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon.png" />
<link rel="stylesheet" href="/common/css/common.css" media="all" />
<link rel="stylesheet" href="/index/css/layout.css" media="all" />
</head>
<body>
<!-- GA2 -->
<div class="wrapper">
<header></header>
<main></main>
<footer></footer>
</div>
<script src="/common/js/common.js" defer></script>
</body>
</html>