-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (25 loc) · 1.25 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
27
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/icons/logo_kodj.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>KO'DJ web sahifasi</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Black+Ops+One&family=Cabin:wght@500&family=Dosis:wght@200..800&family=Fira+Code:wght@300..700&family=Kode+Mono:wght@400..700&family=Mukta:wght@200&family=Signika:wght@300..700&display=swap"
rel="stylesheet">
<script type="text/javascript"
src="//dapi.kakao.com/v2/maps/sdk.js?appkey=%VITE_KAKAO_MAP_APP_KEY%&libraries=services"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js"
data-id="kodj_team" data-description="Support me on Buy me a coffee!"
data-message="Tashrif buyurganiz uchun raxmat." data-color="#5F7FFF" data-position="Right" data-x_margin="18"
data-y_margin="18">
</script>
</body>
</html>