Files
krishna-portfolio/index.html
2026-05-30 14:54:58 -05:00

20 lines
1.1 KiB
HTML

<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Krishna Ayyalasomayajula | Systems &amp; Quant Developer</title>
<!-- IBM Plex Mono and JetBrains Mono Fonts -->
<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=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=JetBrains+Mono:wght@100..900&display=swap" rel="stylesheet" />
<!-- Material Symbols for elegant modern technical iconography -->
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap" rel="stylesheet" />
</head>
<body class="bg-[#0D0D0D] text-[#e2e2e2] antialiased selection:bg-white selection:text-black min-h-screen">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>