-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (22 loc) · 1.09 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
<!DOCTYPE html>
<html lang="hu" class="h-screen w-screen m-0 p-0 box-border overflow-y-auto overflow-x-hidden text-gray-800">
<head>
<base href="/online-cv/">
<meta charset="utf-8" />
<meta name="viewport"
content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi">
<link rel="icon" href="./icons/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#cbe2ef" />
<meta name="description" content="Kovács Dániel online cv" />
<link rel="apple-touch-icon" href="./icons/apple-touch-icon.png" />
<link rel="manifest" href="./manifest.json" />
<link href="./index.css" rel="stylesheet">
<title>CV - Kovács Dániel</title>
</head>
<body class="h-screen w-screen m-0 p-0 box-border">
<noscript>You need to enable JavaScript to run this app.</noscript>
<main id="root" class="h-screen w-screen m-0 p-0 box-border" />
<script type="module" src="/src/index.tsx"></script>
</body>
</html>