You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
541 B
HTML

1 month ago
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="./src/assets/logo.svg">
1 month ago
<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>
1 month ago
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>