33 lines
764 B
HTML
33 lines
764 B
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" />
|
|
<title>Document</title>
|
|
<style>
|
|
html,
|
|
body,
|
|
#app {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
background-color: #f0f2f5;
|
|
}
|
|
</style>
|
|
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
|
<link rel="stylesheet" href="./umi.c19e50b2.css" />
|
|
<script>
|
|
window.routerBase = "/";
|
|
</script>
|
|
<script>
|
|
//! umi version: 3.5.34
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
<script src="./umi.fc9f4d02.js"></script>
|
|
</body>
|
|
</html>
|