xx-xx/index.html

15 lines
390 B
HTML
Raw Permalink Normal View History

2024-07-17 22:33:59 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2024-08-27 09:24:44 +00:00
<link rel="icon" href="/logo.ico">
2024-07-17 22:33:59 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="//unpkg.com/@element-plus/icons-vue"></script>
2024-08-27 09:24:44 +00:00
<title>Xuaxua</title>
2024-07-17 22:33:59 +00:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>