-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (23 loc) · 955 Bytes
/
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" class="notranslate" translate="no">
<head>
<meta name="google" content="notranslate">
<meta charset="UTF-8">
<meta name="description" content="React starter kit with Vite, TypeScript, CSS modules">
<meta name="author" content="Mariusz Najwer">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="najwer23, Mariusz Najwer">
<meta name="robots" content="INDEX,FOLLOW">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Mariusz Najwer</title>
<meta property="og:image" content="/najwer23.png">
<link rel="icon" href="/icon/favicon.ico" sizes="32x32">
<link rel="icon" href="/icon/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/icon/apple-touch-icon.png">
<link rel="manifest" href="/icon/manifest.webmanifest">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>