ipa2korg / frontend /index.html
FUCAT
chore(hf): disguise public brand as Ipa2korg (display only; runtime keys unchanged)
b886528
Raw
History Blame Contribute Delete
472 Bytes
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#ffffff" />
<link rel="icon" type="image/png" href="/favicon.ico?v=1" sizes="any" />
<title>Ipa2korg</title>
<script src="/runtime-config.js"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>