-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
26 lines (23 loc) · 1.21 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Koders' Official Portfolio Website - High-quality application development using the latest technology." />
<meta name="keywords" content="koders, application development, web development, blockchain, API, mobile apps, chatbot, high quality" />
<meta name="theme-color" content="#000000" />
<meta name="color-scheme" content="light dark" />
<link rel="icon" href="./koders-favicon.ico" />
<link rel="preload" href="src/assets/laptop.webp" as="image" />
<link rel="preload" href="src/assets/anime-img-1.webp" as="image" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous" />
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;600;700;800;900&display=swap" as="style" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<title>Koders Portfolio Website</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx" defer></script>
</body>
</html>