mirror of
https://github.com/sim1222/misskey.git
synced 2025-04-29 02:37:22 +09:00
61 lines
2.4 KiB
HTML
61 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="application-name" content="Misskey">
|
|
<meta name="referrer" content="origin">
|
|
<meta name="theme-color" content="#86b300">
|
|
<meta name="theme-color-orig" content="#86b300">
|
|
<meta property="twitter:card" content="summary">
|
|
<meta property="og:site_name" content="Misskey">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="icon" href="/assets/favicon.ico">
|
|
<link rel="apple-touch-icon" href="/assets/apple-touch-icon.png">
|
|
<link rel="manifest" href="/manifest.json">
|
|
<link rel="search" type="application/opensearchdescription+xml" title="Misskey"
|
|
href="https://xn--931a.moe/opensearch.xml">
|
|
<link rel="prefetch" href="https://xn--931a.moe/assets/info.jpg">
|
|
<link rel="prefetch" href="https://xn--931a.moe/assets/not-found.jpg">
|
|
<link rel="prefetch" href="https://xn--931a.moe/assets/error.jpg">
|
|
<!-- <link rel="stylesheet" href="/assets/tabler-icons/tabler-icons.min.css?v2.2.0"> -->
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons@latest/iconfont/tabler-icons.min.css" />
|
|
<!-- <link rel="modulepreload" href="/vite/client"> -->
|
|
<title>Misskey</title>
|
|
<meta name="description" content="✨🌎✨ A interplanetary communication platform ✨🚀✨">
|
|
<meta property='og:title' content="Misskey">
|
|
<meta property='og:description' content="✨🌎✨ A interplanetary communication platform ✨🚀✨">
|
|
<meta property='og:image' content="img">
|
|
<link rel="stylesheet" href="./style.css">
|
|
<!-- <script src="./boot.js"></script> -->
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>
|
|
<p>
|
|
JavaScriptを有効にしてください<br>
|
|
Please turn on your JavaScript
|
|
</p>
|
|
</noscript>
|
|
<div id="splash">
|
|
<img src="/static-assets/splash.png">
|
|
<div id="splashSpinner">
|
|
<svg class="spinner bg" viewBox="0 0 152 152" xmlns="http://www.w3.org/2000/svg">
|
|
<g transform="matrix(1,0,0,1,12,12)">
|
|
<circle cx="64" cy="64" r="64" style="fill:none;stroke:currentColor;stroke-width:24px;" />
|
|
</g>
|
|
</svg>
|
|
<svg class="spinner fg" viewBox="0 0 152 152" xmlns="http://www.w3.org/2000/svg">
|
|
<g transform="matrix(1,0,0,1,12,12)">
|
|
<path d="M128,64C128,28.654 99.346,0 64,0C99.346,0 128,28.654 128,64Z"
|
|
style="fill:none;stroke:currentColor;stroke-width:24px;" />
|
|
</g>
|
|
</svg>
|
|
</div>
|
|
<div id="app"></div>
|
|
<script type="module" src="./src/init.ts"></script>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|