22 lines
887 B
Vue
22 lines
887 B
Vue
|
|
<!--
|
||
|
|
* @Author: error: git config user.name && git config user.email & please set dead value or install git
|
||
|
|
* @Date: 2022-11-03 13:50:55
|
||
|
|
* @LastEditors: error: git config user.name && git config user.email & please set dead value or install git
|
||
|
|
* @LastEditTime: 2022-11-04 13:51:43
|
||
|
|
* @FilePath: \chizhou-h5\index.html
|
||
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||
|
|
-->
|
||
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8"/>
|
||
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||
|
|
<link rel="stylesheet" href="./index.css">
|
||
|
|
<title>池州驾培"先培后付,计时支付"</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="app"></div>
|
||
|
|
<script type="module" src="/src/main.ts"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|