-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.11 KB
/
Copy pathindex.html
File metadata and controls
25 lines (25 loc) · 1.11 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><defs><linearGradient id='g' x1='0' y1='0' x2='1' y2='1'><stop offset='0%25' stop-color='%233ecf8e'/><stop offset='100%25' stop-color='%233b82f6'/></linearGradient></defs><rect width='32' height='32' rx='8' fill='%23080808'/><polygon points='19,3 9,18 16,18 13,29 23,14 16,14' fill='url(%23g)'/></svg>"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<title>Aditya Malhotra - AI Engineer</title>
<!-- ⚡ Apply saved theme synchronously — prevents flash of wrong theme on refresh -->
<script>
(function () {
var t = localStorage.getItem('theme');
if (t) document.documentElement.setAttribute('data-theme', t);
})();
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>