26 lines
812 B
HTML
26 lines
812 B
HTML
<!--
|
|
* @Author: wwxin
|
|
* @Date: 2024-06-20 16:55:56
|
|
* @LastEditors: 嘻嘻听我说 2463926940@qq.com
|
|
* @LastEditTime: 2024-06-21 16:33:50
|
|
* @FilePath: /a-vue3 2/index.html
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<!-- <link rel="stylesheet" type="text/css" href="https://prom-cdn.xtl10.fun/resources/css/indexAll.css"> -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Vite App</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
|
|
</html>
|