mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
example: correct entry index.html
This commit is contained in:
parent
8194bdf41a
commit
f11cc7f37a
@ -1,12 +1,18 @@
|
||||
<!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>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="description" content="🐻 Bear necessities for state management in React" />
|
||||
<link rel="apple-touch-icon" href="/logo192.png" />
|
||||
<meta name="og:image" value="/ogimage.jpg" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<title>Zustand</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.jsx"></script>
|
||||
</body>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user