xinsi_book/public/index.html
caoyuchun 08086690bf cyc
2024-09-13 13:22:40 +08:00

41 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<!-- <link rel="https://axdbook.zxkedu.com/bundles/app/images/zwsjimg2_06.png"> -->
<!-- <title><%= htmlWebpackPlugin.options.title %></title> -->
<title>电子书阅读器</title>
</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>
<script>
setFavion = () => {
var link = document.querySelector("link[rel*='icon']")
// <link rel="icon" href="https://axdbook.zxkedu.com/bundles/app/images/zwsjimg2_06.png">
if (window.location.hostname.includes("axdbook")
||window.location.hostname.includes("local")
){
// if (window.location.hostname.includes("local")){
document.title = "翱翔书苑-电子书阅读"
link.href = "../favicon.ico"
console.log(window.location.hostname)
}
}
setFavion()
</script>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>