You can not 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
505 B
16 lines
505 B
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<!-- 更新Font Awesome的CDN链接到最新的5.x版本 -->
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" href="/images/logo1.png">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Quan</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|