You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
408 B
HTML
17 lines
408 B
HTML
|
2 years ago
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||
|
|
<!-- 页面增加icon图标 -->
|
||
|
|
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" rel="external nofollow" />
|
||
|
|
<title>后端管理平台</title>
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
<!-- built files will be auto injected -->
|
||
|
|
<div id="app"></div>
|
||
|
|
</body>
|
||
|
|
|
||
|
|
</html>
|