-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (35 loc) · 1.96 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
<!DOCTYPE html>
<html lang="en">
<head prefix="og: http://ogp.me/ns#">
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- 共通設定 -->
<meta property="og:title" content="オルソリさーち | Ortho Search">
<meta property="og:type" content="website">
<meta property="og:url" content="https://oha-ohashi.github.io/ortho_search/">
<meta property="og:image" content="https://oha-ohashi.github.io/ortho_search/ortho_search_ogp.png">
<!-- 以下省略可能ですが、site_name, description, localeは載せたほうがいいです。 -->
<meta property="og:site_name" content="オルソリさーち | Ortho Search">
<meta property="og:description" content="一部のキー配置を指定して、ランダムサーチでキミの理想のキー配列を生成! | Generate your ideal key layout by specifying some key layouts and random search!">
<meta property="og:locale" content="en_EN">
<!-- /共通設定 -->
<!-- Twitterの設定 -->
<meta name="twitter:card" content="summary">
<!-- 以下省略可能です。 -->
<meta name="twitter:site" content="@oha_oha_Ohashi">
<meta name="twitter:creator" content="@oha_oha_Ohashi">
<!-- /Twitterの設定 -->
<title>オルソリさーち | Ortho Search</title>
<style>
*{margin: 0;}
body{margin: 8px;}
</style>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body>
<div id="app"></div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>