18 lines
617 B
HTML
18 lines
617 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="shortcut icon" href="/src/assets/imgIcon/logo.ico" type="image/x-icon">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" /> -->
|
|
<title>牛只运输跟踪系统</title>
|
|
<!-- <script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=P5rdFRhnd00BxQa0IUNR0tpOsxFl5xhs"></script> -->
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
|
|
</html> |