2021-09-23 09:35:06 +00:00
<!DOCTYPE html>
< html lang = "" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "renderer" content = "webkit" >
< meta name = "viewport" content = "width=device-width,initial-scale=1.0" >
2021-11-10 03:54:42 +00:00
<!-- 禁止浏览器缓存index.html begin -->
< meta http-equiv = "Expires" content = "0" >
< meta http-equiv = "Pragma" content = "no-cache" >
< meta http-equiv = "Cache-control" content = "no-cache" >
< meta http-equiv = "Cache" content = "no-cache" >
<!-- 禁止浏览器缓存index.html end -->
2021-09-23 09:35:06 +00:00
< link rel = "icon" href = "<%= BASE_URL %>favicon.ico" >
< title > < %= htmlWebpackPlugin.options.title %>< / title >
2021-11-10 03:54:42 +00:00
< link rel = "stylesheet" href = "https://unpkg.com/element-ui/lib/theme-chalk/index.css" >
2021-09-23 09:35:06 +00: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 >
<!-- built files will be auto injected -->
2021-11-10 03:54:42 +00:00
< script src = "https://unpkg.com/vue/dist/vue.js" > < / script >
< script src = "https://unpkg.com/element-ui/lib/index.js" > < / script >
2021-09-23 09:35:06 +00:00
< / body >
< / html >