39 lines
1.2 KiB
HTML
39 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<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">
|
|
<title>曳光控制台</title>
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
<link rel="apple-touch-icon-precomposed" href="<%= BASE_URL %>favicon.ico">
|
|
<!-- 标题 -->
|
|
<meta itemprop="name" content="曳光控制台" />
|
|
<!-- 描述 -->
|
|
<meta itemprop="description" content="进行曳光内容审核" />
|
|
<!-- 图片 -->
|
|
<meta itemprop="image" content="https://tracer.lacus.site/img/icons/android-chrome-512x512.png" />
|
|
<script>
|
|
try {
|
|
console.log('%cRainSun Copyright \xa9 2019-%s',
|
|
'font-size:12px;color:#999999;', (new Date).getFullYear());
|
|
}
|
|
catch (e) {
|
|
}
|
|
</script>
|
|
</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>
|