mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-22 22:28:22 +03:00
39 lines
1.4 KiB
HTML
39 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="theme-color" content="#d2005b">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
|
|
|
|
<title>AMNet</title>
|
|
|
|
<meta name="author" content="ppc">
|
|
<meta name="application-name" content="AMNet">
|
|
|
|
<meta property="og:locale" content="en_US">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="AMNet">
|
|
<meta property="og:site_name" content="AMNet">
|
|
<meta property="og:description" content="Client-side Amusement IC Card Switcher">
|
|
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="twitter:title" content="AMNet">
|
|
<meta name="twitter:description" content="Client-side Amusement IC Card Switcher">
|
|
|
|
<link rel="icon" href="/icon-16.png" type="image/png" sizes="16x16">
|
|
<link rel="icon" href="/icon-32.png" type="image/png" sizes="32x32">
|
|
<link rel="icon" href="/icon-192.png" type="image/png" sizes="192x192">
|
|
<link rel="icon" href="/icon-512.png" type="image/png" sizes="512x512">
|
|
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="48x48">
|
|
|
|
<link rel="apple-touch-icon" href="/apple-icon.png" type="image/png" sizes="180x180">
|
|
|
|
<link rel="manifest" href="/app.webmanifest" crossorigin="use-credentials">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|