-
Notifications
You must be signed in to change notification settings - Fork 0
/
mobile.erb
executable file
·36 lines (33 loc) · 2.81 KB
/
mobile.erb
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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Keypod</title>
<meta name="description" content="Keypodは一言で言うと、Web上でLaunchpadのような体験ができるアプリです。LaunchpadとはNovation社が開発した楽器で、8x8のキーがついています。自分の好きなタイミングでのクリップの再生、ドラムラックの演奏、メロディーの作成といった操作などを行うことができるため、DJや劇の効果音再生などに用いられています。しかしLaunchpadは値段が高く、またプロ用の機材やソフトウェアの導入が必要不可欠です。だから身近にあるキーボードのキーをLaunchpadのキーに見立てて、Web上でいつでもどこでも演奏できるようなアプリを開発しました。それが、今あなたのみているサイト「Keypod」です。">
<meta property="og:url" content="https://keypod.net">
<meta property="og:title" content="ホーム - Keypod">
<meta property="og:type" content="website">
<meta property="og:description" content="Keypodは一言で言うと、Web上でLaunchpadのような体験ができるアプリです。LaunchpadとはNovation社が開発した楽器で、8x8のキーがついています。自分の好きなタイミングでのクリップの再生、ドラムラックの演奏、メロディーの作成といった操作などを行うことができるため、DJや劇の効果音再生などに用いられています。しかしLaunchpadは値段が高く、またプロ用の機材やソフトウェアの導入が必要不可欠です。だから身近にあるキーボードのキーをLaunchpadのキーに見立てて、Web上でいつでもどこでも演奏できるようなアプリを開発しました。それが、今あなたのみているサイト「Keypod」です。">
<meta property="og:site_name" content="Keypod">
<meta property="og:image" content="https://keypod.net/assets/images/ogp.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://keypod.net/assets/images/ogp.png">
<meta name="twitter:site" content="@i5so_">
<link rel="stylesheet" href="/assets/css/mobile.css">
<link rel="shortcut icon" href="/assets/images/favicon.ico">
</head>
<body>
<p><img src="/assets/images/logo_accent.svg" alt="logo"></p>
<h1>Keypod</h1>
<h2>このサイトはPC専用です</h2>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-84261059-12"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-84261059-12');
</script>
</body>
</html>