-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·43 lines (40 loc) · 1.59 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
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="ja" itemscope itemtype="http://schema.org/WebSite">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title itemprop="name">01-Static</title>
<meta name="description" content="" />
<meta itemprop="description" content="" />
<meta name="keywords" content="" />
<meta property="og:title" content="" />
<meta property="og:type" content="website" />
<meta property="og:image" content="" />
<meta property="og:url" content="" />
<meta property="og:site_name" content="" />
<meta property="og:locale" content="ja_JP" />
<meta property="og:description" content="" />
<!-- //Twitter用 -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="" />
<meta name="twitter:site" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:description" content="" />
<meta name="twitter:image" content="" />
<link rel="canonical" href="" />
<link rel="shortcut icon" href="/assets/img/favicon.png" />
<link rel="shortcut icon" href="/assets/img/favicon.ico" />
<link rel="apple-touch-icon" href="/assets/img/apple-touch-icon.png" />
<link rel="stylesheet" href="/assets/css/style.min.css" />
</head>
<body class="home" id="top">
<div class="site" id="page">
<h1>Hello, World!!</h1>
<div id="main"></div>
<!-- #main -->
<footer id="footer"></footer>
<!-- #footer -->
</div>
</body>
</html>