Taobin-Recipe-Manager/client-electron/index.html

15 lines
442 B
HTML
Raw Normal View History

2024-01-11 17:49:43 +07:00
<!DOCTYPE html>
2024-01-11 15:40:18 +07:00
<html lang="en">
<head>
<meta charset="UTF-8" />
2024-02-20 15:01:43 +07:00
<link rel="icon" type="image/svg+xml" href="vite.svg" />
2024-01-11 15:40:18 +07:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-01-11 17:49:43 +07:00
<script src="https://accounts.google.com/gsi/client" async></script>
<title>Taobin Recipe Manager</title>
2024-01-11 15:40:18 +07:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>