mirror of
https://github.com/handsomezhuzhu/QQuiz.git
synced 2026-02-20 12:00:14 +00:00
23 lines
735 B
HTML
23 lines
735 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="QQuiz - 智能刷题与题库管理平台" />
|
|
<title>QQuiz - 智能刷题平台</title>
|
|
<!-- ESA 人机认证配置 -->
|
|
<script>
|
|
window.AliyunCaptchaConfig = {
|
|
region: "cn",
|
|
prefix: "%VITE_ESA_PREFIX%",
|
|
};
|
|
</script>
|
|
<script src="https://o.alicdn.com/captcha-frontend/aliyunCaptcha/AliyunCaptcha.js" async></script>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/index.jsx"></script>
|
|
</body>
|
|
</html>
|