You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
744 B
28 lines
744 B
2 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title></title>
|
||
|
<link rel="shortcut icon" href="/assets/images/favicon.ico">
|
||
|
<link rel="stylesheet" type="text/css" href="/assets/font_sc/iconfont.css">
|
||
|
</head>
|
||
|
<style>
|
||
|
@font-face {
|
||
|
font-family: YouSheBiaoTiHei;
|
||
|
src: url("/assets/font_sc/YouSheBiaoTiHei-2.ttf");
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: D-DIN-Bold;
|
||
|
src: url("/assets/font_sc/D-DIN-Bold.ttf");
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
<body style="background: #0F1C2A;">
|
||
|
<div id='App'></div>
|
||
|
<script type="text/javascript" src="http://localhost:5401/client/build/vendor.js"></script>
|
||
|
<script type="text/javascript" src="http://localhost:5401/client/build/app.js"></script>
|
||
|
</body>
|
||
|
|
||
|
</html>
|