31 lines
637 B
HTML
31 lines
637 B
HTML
<!DOCTYPE html>
|
|
<html style="font-size: 10px;">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<link rel ="shortcut icon" type="image/x-icon" href="static/zc.ico">
|
|
<title>中车</title>
|
|
<script type="text/javascript">
|
|
document.write("<script src='./static/config.js?v=" + new Date().getTime() + "'><\/script>");
|
|
</script>
|
|
<style>
|
|
html,
|
|
body {
|
|
padding: 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
|
|
</html>
|