2024-08-23 16:01:52 +08:00
<!DOCTYPE html>
< html lang = "" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
2024-08-28 16:54:52 +08:00
< meta name = "viewport" content = "width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0,viewport-fit=cover" / >
2024-08-23 16:01:52 +08:00
< title > < %= htmlWebpackPlugin.options.title %>< / title >
2024-09-23 11:11:16 +08:00
< script type = "text/javascript" src = "https://o.alicdn.com/captcha-frontend/aliyunCaptcha/AliyunCaptcha.js" > < / script >
2024-08-23 16:01:52 +08:00
< / head >
< body >
< noscript >
< strong > We're sorry but < %= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.< / strong >
< / noscript >
< div id = "app" > < / div >
2024-09-23 11:11:16 +08:00
<!-- 智能验证防刷 -->
< div id = "captcha-element" > < / div >
< div id = "captcha-button" > < / div >
2024-09-09 18:30:40 +08:00
<!-- 仅开发/测试使用 -->
2024-09-23 11:11:16 +08:00
<!-- <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
2024-09-06 21:00:24 +08:00
< script >
var vConsole = new window.VConsole();
2024-09-23 11:11:16 +08:00
< / script > -->
2024-08-23 16:01:52 +08:00
< / body >
< / html >