Files
rabbit/index.html
Shusui MOYATANI 0f7f7d5322 remove redirect
2024-01-08 19:41:49 +09:00

44 lines
1.6 KiB
HTML

<!doctype html>
<html lang="ja">
<head prefix="og: http://ogp.me/ns# website: http://ogp.me/ns/website#">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@syusui-s" />
<meta
name="twitter:image"
content="https://syusui-s.github.io/rabbit/images/rabbit_app_1280.png"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://syusui-s.github.io/rabbit/" />
<meta property="og:title" content="🐰rabbit" />
<meta property="og:description" content="Nostr Client" />
<meta
property="og:image"
content="https://syusui-s.github.io/rabbit/images/rabbit_app_1280.png"
/>
<meta property="og:locale" content="ja_JP" />
<link rel="manifest" href="manifest.json" />
<link rel="shortcut icon" type="image/png" href="./images/rabbit_256.png" />
<script>
/*
if (location.hostname === 'syusui-s.github.io' && location.pathname.startsWith('/rabbit/')) {
const url = new URL(location.href);
url.host = 'rabbit.syusui.net';
url.pathname = '/';
location.href = url.href;
}
*/
</script>
<title>Rabbit</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="/src/index.tsx" type="module"></script>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</body>
</html>