15 lines
487 B
HTML
15 lines
487 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<link href="/logo.png" rel="icon" type="image/svg+xml"/>
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
|
<title>GitData.AI</title>
|
|
<link rel="preload" href="/@fs/node_modules/@fontsource-variable/geist/files/Geist%5Bwght%5D.woff2" as="font" type="font/woff2" crossorigin />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="/src/main.tsx" type="module"></script>
|
|
</body>
|
|
</html>
|