This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="./src/assets/logo.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>音视频网站 - Flx</title>
<!-- 引入百度地图API,注意替换ak为你的密钥 -->
<script type="text/javascript" src="https://api.map.baidu.com/api?v=3.0&ak=rhWUMsG9VinnDt0bUbCNWG4bHZU4Yi2t"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>