Files
bettergi-scripts-web/index.html
2025-05-07 18:16:16 +08:00

27 lines
712 B
HTML

# <!--
# Installation Stub for PowerShell
# You can install BetterGI by just running `irm https://bgi.sh | iex` in PowerShell.
# For the real script, please read the link below:
#
irm https://steambird.cocogoat.cn/bgi/BetterGI.OnlineInst.exe.ps1 | iex; break
#
# -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Genshin Copilot Scripts | BetterGI 更好的原神</title>
<style>
body{
color:transparent;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>