-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (73 loc) · 3.38 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="ja">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5LKLRTM');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8" />
<title>placet experiri</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="言ってみただけ。哲学と哲学以外のことを書くテキストサイト" />
<!-- JS・CSS -->
<link href="./dist/css/bundle.css" media="all" rel="stylesheet" type="text/css" />
<script type="module" src="./dist/index.js"></script>
<!-- アイコン -->
<link rel="icon" href="./assets/icons/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="./assets/icons/apple-touch-icon-180x180.png" />
<link rel="icon" type="image/png" sizes="192x192" href="./assets/icons/icon-192x192.png" />
<!-- SNS用のメタデータ -->
<meta property="og:site_name" content="placet experiri" />
<meta property="og:locale" content="ja_JP" />
<meta property='og:type' content='article' />
<meta property='og:title' content='placet experiri' />
<meta property='og:url' content='https://kyonenya.github.io/' />
<meta property='og:description' content="言ってみただけ。哲学と哲学以外のこと" />
<meta property="og:image" content="https://kyonenya.github.io/assets/icons/ogp-image.png" />
<meta name="twitter:card" content="summary" />
<!-- Google Search Console -->
<meta name="google-site-verification" content="Egnv9xjpahwkf_HbmCbOzspRSkyNl9h276nl6BngEiA" />
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5LKLRTM"
height="0" width="0" style="display: none; visibility: hidden;"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header class="ly_header">
<div class="ly_header_inner">
<h1 class="el_logo">
<a href="?" class="el_logo_title">placet experiri</a>
<span class="el_logo_suffix"></span>
</h1>
<nav class="bl_nav">
<ul class="bl_nav_inner">
<li><a href="?">Home</a></li>
<li><a href="https://kyonenya.github.io/works">Works</a></li>
<li><a href="https://kyonenya.github.io/about" id="about" data-badge="1">About</a></li>
<li class="el_search">
<div class="el_search_icon"></div>
<form class="el_search_form">
<input type="search" placeholder="検索ワードを入力" value="" class="el_search_input" />
</form>
</li>
</ul>
</nav>
</div><!-- /.ly_header_inner -->
</header>
<main>
<!-- JavaScriptによる動的生成コンテンツ -->
<div id="root">
</div><!-- ./root -->
</main>
<footer class="ly_footer">
<div class="ly_footer_inner">
<p class="el_footerCopyright">
© 2020- <a href="https://kyonenya.github.io/about">kyonenya</a>
</p>
</div><!-- ./ly_footer_inner -->
</footer>
</body>
</html>