58 lines
1.9 KiB
HTML
58 lines
1.9 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 %>logo.png">
|
|
<title>未来之星</title>
|
|
<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>
|