mirror of
https://github.com/zoriya/vite-rnw-ssr-repro.git
synced 2025-12-05 22:56:11 +00:00
15 lines
404 B
HTML
15 lines
404 B
HTML
<!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 + React</title>
|
|
<!--app-head-->
|
|
</head>
|
|
<body>
|
|
<div id="root"><!--app-html--></div>
|
|
<script type="module" src="/src/entry-client.jsx"></script>
|
|
</body>
|
|
</html>
|