Files
fibo-rule/h5-enginex-manager/index.html

15 lines
330 B
HTML
Raw Permalink Normal View History

2022-06-20 14:03:57 +08:00
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<body>
<div id="app"></div>
<script type="module" src="./src/main.js"></script>
</body>
</html>