-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
29 lines (26 loc) · 990 Bytes
/
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
<!DOCTYPE html>
<html lang="jp">
<head>
<meta charset="utf-8">
<title>丁寧な生活</title>
<meta name="description" content="丁寧な生活">
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="icon" type="image/vnd.microsoft.icon" href="res/favicon.ico">
<meta property="og:title" content="丁寧な生活">
<meta property="og:description" content="丁寧な生活">
<meta property="og:url" content="https://kibishi.me">
<meta property="og:image" content="res/icon.png">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@namachan10777">
<meta name="twitter:creator" content="@namachan10777">
<meta name="twitter:title" content="丁寧な生活">
<meta name="twitter:description" content="丁寧な生活">
<meta name="twitter:image" content="res/icon.png">
</head>
<body>
<div id="container">
<h1 id="title">丁寧な生活</h1>
<div>
</body>
</html>