springboot-vue-template-jwt.../my-project-frontend/index.html

19 lines
415 B
HTML
Raw Normal View History

2024-04-19 22:24:54 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
2024-05-02 21:57:11 +08:00
<style>
body {
margin: 0;
}
</style>
2024-04-19 22:24:54 +08:00
</head>
<body>
<div id="app"></div>
2024-05-02 21:57:11 +08:00
<script type="module" src="./src/main.js"></script>
2024-04-19 22:24:54 +08:00
</body>
</html>