2023-08-29 10:15:26 +00:00
<!doctype html>
2022-04-22 11:51:42 +00:00
< html lang = "en" >
< head >
< meta charset = "UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2022-08-19 15:06:11 +00:00
< link rel = "icon" href = "/v3-admin-vite/favicon.ico" / >
< link rel = "stylesheet" href = "/v3-admin-vite/app-loading.css" / >
2022-10-18 07:10:46 +00:00
< title > V3 Admin Vite< / title >
2024-10-19 02:54:02 +00:00
< script type = "module" crossorigin src = "/v3-admin-vite/static/index-BCO8YCyJ.js" > < / script >
< link rel = "modulepreload" crossorigin href = "/v3-admin-vite/static/vue-Cbc2VO5H.js" >
< link rel = "modulepreload" crossorigin href = "/v3-admin-vite/static/element-CIGgIb82.js" >
< link rel = "modulepreload" crossorigin href = "/v3-admin-vite/static/vxe-BG5hYhFG.js" >
< link rel = "stylesheet" crossorigin href = "/v3-admin-vite/static/index-DV9uBJVC.css" >
2022-04-22 11:51:42 +00:00
< / head >
< body >
< div id = "app" >
< div id = "app-loading" > < / div >
< / div >
2024-11-04 09:26:24 +00:00
< script >
// Tip: Simple judgments may not fully cover
if (/MSIE\s|Trident\//.test(window.navigator.userAgent)) {
document.body.innerHTML =
"< strong > Sorry, this browser is currently not supported. We recommend using the latest version of a modern browser. For example, Chrome/Firefox/Edge.< / strong > "
}
< / script >
2022-04-22 11:51:42 +00:00
< / body >
< / html >