mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-04-22 06:08:00 +00:00
24 lines
756 B
HTML
24 lines
756 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<link rel="icon" type="image/svg+xml" href="/public/favicon.ico" />
|
||
|
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<title>Azaan Suhail: Portfolio</title>
|
||
|
<link
|
||
|
href="https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap"
|
||
|
rel="stylesheet">
|
||
|
<link
|
||
|
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap"
|
||
|
rel="stylesheet">
|
||
|
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap" rel="stylesheet">
|
||
|
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="root"></div>
|
||
|
<script type="module" src="/src/main.jsx"></script>
|
||
|
</body>
|
||
|
</html>
|