tmp-vite-ssr/template/index.html

15 lines
356 B
HTML
Raw Normal View History

2021-01-29 03:21:31 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
2021-01-29 04:00:49 +00:00
<!-- __VITE_SSR_BOOTSTRAP -->
2021-01-29 03:21:31 +00:00
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<body>
2021-01-29 04:00:49 +00:00
<div id="root"><!-- __REACT_SSR_APP__ --></div>
2021-01-29 03:21:31 +00:00
<script type="module" src="/src/main.jsx"></script>
</body>
</html>