-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (44 loc) · 2.31 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>Emtimer</title>
<meta name="description" content="乱数勢のためのシンプルで扱いやすい高機能なタイマー.">
<meta name="keywords" content="エメタイマー,ポケモン,タイマー,乱数調整,HTML,Flash">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Origin Trial -->
<meta http-equiv="origin-trial" content="AtkTziiJ+H04/hSyiMSYZgZDO8LdWV8RWnnVu7bba3W43/eauOQVxCKOlQwVZmJ+V2f7BwSwkOpmMRBZ+dyCLAcAAABseyJvcmlnaW4iOiJodHRwczovL2VtdGltZXIubWl6ZHJhLm5ldDo0NDMiLCJmZWF0dXJlIjoiTWVhc3VyZU1lbW9yeSIsImV4cGlyeSI6MTYwMjI0MDQ0NywiaXNTdWJkb21haW4iOnRydWV9">
<!-- for PWA -->
<meta name="theme-color" content="#009688">
<link rel="manifest" href="/manifest.json">
<!-- External Resource -->
<link rel="icon" type="image/x-icon" href="/img/icon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" href="/app.css">
<noscript>
<!-- For PWA -->
<p>
emtimerを利用するにはJavaScriptを有効化する必要があります.
<a href="https://www.enable-javascript.com/ja/" target="_blank">あなたのブラウザでJavaScriptを有効にする方法</a>
を参照してください.
</p>
</noscript>
<!-- Open Graph protocol -->
<meta property="og:title" content="Emtimer" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://emtimer.mizdra.net" />
<meta property="og:image" content="https://emtimer.mizdra.net/img/logo-wide.png" />
<meta property="og:description" content="乱数勢のためのシンプルで扱いやすい高機能なタイマー." />
<meta property="og:locale" content="ja_JP" />
<meta property="og:site_name" content="Emtimer" />
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site:id" content="@mizdra" />
<script async src="https://www.google-analytics.com/analytics.js"></script>
<script async src="https://unpkg.com/[email protected]/autotrack.js"></script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>