Files
dev-lab/index.html
T
zihluwang c574297fe2 refactor: rename application from JSON Visualiser to DevLab
- Updated the title and references throughout the application to reflect the new name, DevLab.
- Adjusted the About, Contact, Home, and JSON Viewer pages to align with the rebranding.
2026-01-19 14:51:10 +08:00

14 lines
359 B
HTML

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