2021-08-09 17:28:48 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="">
|
2021-08-10 10:34:58 +08:00
|
|
|
|
2021-08-09 17:28:48 +08:00
|
|
|
<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">
|
2021-08-10 10:34:58 +08:00
|
|
|
<link rel="icon" href="./favicon.ico">
|
|
|
|
<title></title>
|
|
|
|
<style>
|
|
|
|
html,
|
|
|
|
body {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
</style>
|
2021-08-09 17:28:48 +08:00
|
|
|
</head>
|
2021-08-10 10:34:58 +08:00
|
|
|
|
2021-08-09 17:28:48 +08:00
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
</body>
|
2021-08-10 10:34:58 +08:00
|
|
|
|
|
|
|
</html>
|