-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
40 lines (37 loc) · 1.8 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta property="og:image" content="http://onemu.starfree.jp/clouddia/img/logo.png" />
<meta property="og:locale" content="ja_JP" />
<meta property="og:site_name" content="CloudDia" />
<meta property="og:title" content="CloudDia" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://onemeu.starfree.jp/clouddia/" />
<meta property="og:description" content="oudiaファイルをブラウザで!" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@01_397" />
<meta name="description" content="CloudDiaを使ってブラウザで時刻表を編集しよう!OuDia, OuDiaSecondの読み込みにも対応!Macの人やiPadの人もダイヤグラム制作を楽しもう!" />
<meta name="googlebot" content="all" />
<link rel="shortcut icon" type="image/x-icon" href="img/logo.png">
<link rel="icon" type="image/png" href="/logo.png">
<title>CloudDia - ダイヤグラム編集</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-149412481-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-149412481-1');
</script>
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,500&display=swap&subset=japanese"
rel="stylesheet">
<link rel="stylesheet" href="/style.css?v0.4.3">
<script src="https://cdnjs.cloudflare.com/ajax/libs/encoding-japanese/1.0.29/encoding.js" ></script>
<script src="src/main.ts" type="module"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>