pegasus/frontend/index.html

13 lines
294 B
HTML
Raw Normal View History

2025-09-08 00:48:47 -05:00
<!doctype html>
<html lang="en">
<head>
2025-09-16 23:06:40 -05:00
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-09-08 00:48:47 -05:00
<title>Pegasus</title>
</head>
2025-09-16 23:06:40 -05:00
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
2025-09-08 00:48:47 -05:00
</html>