-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 952 Bytes
/
index.html
File metadata and controls
27 lines (26 loc) · 952 Bytes
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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DutyCalc Pro - Global Customs Calculator</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lipis/flag-icons@7.2.3/css/flag-icons.min.css">
<script type="importmap">
{
"imports": {
"@google/genai": "https://esm.sh/@google/genai@^1.35.0",
"react-dom/": "https://esm.sh/react-dom@^19.2.3/",
"react/": "https://esm.sh/react@^19.2.3/",
"react": "https://esm.sh/react@^19.2.3",
"jspdf": "https://esm.sh/jspdf@^2.5.1",
"jspdf-autotable": "https://esm.sh/jspdf-autotable@^3.8.2"
}
}
</script>
</head>
<body class="bg-slate-50 text-slate-900 font-sans">
<div id="root"></div>
</body>
</html>