-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (27 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<meta name="description" content="">
<meta name="keywords" content=""/>
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
<link rel="stylesheet" href="./dist/css/app.css">
<link rel="shortcut icon" href="./dist/img/favicon.ico">
<script type="text/javascript" src="./dist/js/app.js"></script>
<!-- ogp all -->
<meta property="og:title" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:image" content="http://site_url/dist/img/ogp.jpg" />
<meta property="og:site_name" content="" />
<meta property="og:description" content="" />
<!-- ogp for Facebook -->
<!--<meta property="fb:app_id" content="App-ID(15文字の半角数字)" />-->
<!-- ogp for twitter -->
<meta name="twitter:card" content="summar" />
<meta name="twitter:site" content="@twitter_id" />
</head>
<body>
</body>
</html>