-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 841 Bytes
/
index.html
File metadata and controls
22 lines (20 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="AccessibleToolsLaboratoryの販売ページです。">
<meta name="robots" content="noindex">
<link rel="icon" href="/favicon.ico" />
<title>Store - ACT Laboratory</title>
<script src="https://js.pay.jp/v2/pay.js"></script>
</head>
<body>
<noscript>
大変申し訳ありません。ストアをご利用いただくには、JavaScriptに対応したブラウザが必要です。ブラウザを切り替えてから、再度アクセスしてください。
</noscript>
<div id="root"></div>
<script type="module" src="/src/index.js"></script>
</body>
</html>