forked from code4sabae/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (41 loc) · 1.27 KB
/
index.html
File metadata and controls
44 lines (41 loc) · 1.27 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
<!DOCTYPE html><html lang='ja'><meta charset='utf-8'/>
<head>
<title>たいとる</title>
<meta property="og:title" content="たいとる" />
<meta property="og:description" content="せつめいせつめい" />
<meta name="theme-color" content="#ECECF7" />
<meta name="msapplication-TileColor" content="#ECECF7" />
<link rel="icon" type="image/png" xhref="icon.png" />
<link rel="apple-touch-icon" xhref="icon.png" />
<meta name="msapplication-square310x310logo" xcontent="icon.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:image" content="https://yourdomain/ogp.jpg" />
<meta name="twitter:image" content="https://yourdomain/ogp.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="format-detection" content="telephone=no" />
<link rel="stylesheet" href="index.css"/>
</head>
<body>
<div class=header>
<h1>たいとる</h1>
<div>せつめいせつめい</div>
</div>
<div class=main>
<div>
<h2>さぶたいとる1</h2>
<div>
ほんぶん1
</div>
</div>
<div>
<h2>さぶたいとる2</h2>
<div>
ほんぶん2
</div>
</div>
</div>
<div class=footer>
ふったー
</div>
</body>
</html>