Files
full-stack-fastapi/frontend/index.html
魏风 23a5083673
All checks were successful
Deploy to Production / deploy (push) Successful in 1m15s
feat: Update application branding from FastAPI to SpatialHub logos and icons.
2026-03-13 15:12:16 +08:00

14 lines
385 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SpatialHub</title>
<link rel="icon" type="image/svg+xml" href="/assets/images/spatialhub-icon.svg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>