mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 16:30:29 +08:00
7a9dcc43dc
Includes package.json, vue.config.js, babel.config.js, and public/index.html Former-commit-id: 670bbb3eadd4c3900723717b0cdb64a5faa790e6
14 lines
304 B
HTML
14 lines
304 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="renderer" content="webkit">
|
|
<link rel="shortcut icon" href="./favicon.ico">
|
|
<title>物业管理门户</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|