16 lines
583 B
Vue
16 lines
583 B
Vue
|
|
<!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>
|
||
|
|
<script src="https://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
|
||
|
|
<script type="text/javascript" src="https://api.map.baidu.com/api?v=2.0&ak=W6chjxGNs75SdskU38GNfPwUZTvogq2X&s=1"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|