2024-12-13 10:45:57 +08:00
<!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 %>logo.png" >
2024-12-13 16:55:59 +08:00
< title > 坤合盛世< / title >
2024-12-13 10:45:57 +08:00
< link rel = "preload" href = "/static/fontFace/Microsoft-YaHei-Semibold.ttc" as = "font" type = "font/ttc" crossorigin >
< link rel = "preload" href = "/static/fontFace/Microsoft-YaHei-Regular.ttc" as = "font" type = "font/ttc" crossorigin >
< link rel = "preload" href = "/static/fontFace/Microsoft-YaHei-Light.ttc" as = "font" type = "font/ttc" crossorigin >
< style >
@font-face
{
font-family: MicrosoftYaHei;
src: url('/static/fontFace/Microsoft-YaHei-Regular.ttc')
}
@font-face
{
font-family: MicrosoftYaHeiBold;
src: url('/static/fontFace/Microsoft-YaHei-Bold.ttc')
}
@font-face
{
font-family: MicrosoftYaHeiHeavy;
src: url('/static/fontFace/Microsoft-YaHei-Heavy.ttc')
}
@font-face
{
font-family: MicrosoftYaHeiLight;
src: url('/static/fontFace/Microsoft-YaHei-Light.ttc')
}
@font-face
{
font-family: MicrosoftYaHeiSemibold;
src: url('/static/fontFace/Microsoft-YaHei-Semibold.ttc')
}
@font-face
{
font-family: MicrosoftYaHeiSemilight;
src: url('/static/fontFace/Microsoft-YaHei-Semilight.ttc')
}
@font-face
{
font-family: MicrosoftYaHeiRegular;
src: url('/static/fontFace/Microsoft-YaHei-Regular.ttc')
}
< / style >
< / 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 -->
< / body >
< / html >