-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (36 loc) · 1.64 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
<!doctype html>
<html dir="ltr" lang="ja" prefix="og: https://ogp.me/ns#" >
<head>
<meta charset="UTF-8">
<title>Omuretsu Profile</title>
<meta name="robots" content="all">
<meta name="theme-color" content="#b5bbc9">
<meta name="keywords" content="Omuretsu">
<meta name="description" content="Omuretsu Profile">
<meta property="og:title" content="Omelet Profile">
<meta property="og:site_name" content="Omelet">
<meta property="og:description" content="Omelet Profile">
<meta property="og:type" content="website">
<meta property="og:image" content="https://omuretsu.github.io/eyecatch.jpg">
<meta property="og:url" content="https://omuretsu.github.io/">
<meta property="og:country-name" content="Japan">
<meta property="og:region" content="Tokyo">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:site" content="@_O602">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<main>
<article>
<img id="avatar" src="./icon.png">
<h1 itemprop="name">Omelet(Omuretsu)</h1>
<p id="bio">↑カワイイネ</p>
<ul id="links">
<li><a href="https://twitter.com/_O602/" title="Twitter @_O602"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://github.com/omuretsu/" title="Github @Omuretsu"><i class="fa fa-github"></i></a></li>
</ul>
</article>
</main>
</body>
</html>