nimbus-gui/index.html

14 lines
366 B
HTML
Raw Normal View History

2023-08-03 06:20:54 +00:00
<!doctype html>
2023-07-13 11:09:45 +00:00
<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" />
2023-08-03 06:20:54 +00:00
<title>Vite + React + TS</title>
2023-07-13 11:09:45 +00:00
</head>
<body>
<div id="root"></div>
2023-08-03 06:20:54 +00:00
<script type="module" src="/src/main.tsx"></script>
2023-07-13 11:09:45 +00:00
</body>
</html>