-
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.08 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.08 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" type="image/svg+xml" href="/terminal-icon.svg" />
<link rel="preload" href="/fonts/MonaspaceNeon-Regular.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="/fonts/MonaspaceArgon-Regular.woff2" as="font" type="font/woff2" crossorigin />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="description" content="Dmytro Koval — Senior Backend Engineer with 15+ years of experience in Java, Kotlin, and distributed systems." />
<meta name="theme-color" content="#0D0208" />
<title>Dmytro Koval - Experienced Backend Engineer</title>
<script>
(function() {
var t = localStorage.getItem('dkoder-theme');
if (t && ['green','amber','tokyo-night','one-dark-pro'].includes(t)) {
document.documentElement.setAttribute('data-theme', t);
}
})();
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>