trike-datav/index.html

19 lines
427 B
HTML
Raw Normal View History

2023-11-27 17:18:03 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
2023-11-28 18:35:14 +08:00
<style>
html{
font-size: 16px;
}
</style>
2023-11-27 17:18:03 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>