GDB-UI/webapp/index.html
2026-02-22 10:03:02 +05:30

24 lines
No EOL
1.1 KiB
HTML

<!doctype html>
<html lang="en" data-mode="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/c2si.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="GDB-UI — A modern graphical debugger interface" />
<title>GDB-UI</title>
<!-- Google Fonts for all 6 themes -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&family=Instrument+Serif&family=Fira+Code:wght@400;500;600&family=Manrope:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600&family=Victor+Mono:wght@400;500;600;700&family=Nunito+Sans:wght@400;500;600;700&family=Geist+Mono:wght@400;500;600;700&display=swap"
rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>