-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (29 loc) · 2.17 KB
/
index.html
File metadata and controls
34 lines (29 loc) · 2.17 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
26
27
28
29
30
31
32
33
34
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Cable Sizing — IEC 60364 Calculator by Mas Ari</title>
<meta name="description" content="Mobile-first cable sizing PWA. Voltage drop, ampacity, derating, short-circuit & motor starting checks per IEC 60364.">
<meta name="theme-color" content="#0b1220" media="(prefers-color-scheme: dark)" />
<meta name="theme-color" content="#f5f7fb" media="(prefers-color-scheme: light)" />
<link rel="manifest" href="manifest.webmanifest" />
<link rel="icon" type="image/svg+xml" href="icon.svg">
<link rel="apple-touch-icon" href="icon-192.png" />
<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=Roboto:wght@400;500;700&family=Roboto+Mono:wght@500;700&display=swap" rel="stylesheet" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Cable Sizing — IEC 60364 Calculator by Mas Ari">
<meta name="twitter:title" content="Cable Sizing — IEC 60364 Calculator by Mas Ari">
<meta property="og:description" content="Mobile-first cable sizing PWA. Voltage drop, ampacity, derating, short-circuit & motor starting checks per IEC 60364.">
<meta name="twitter:description" content="Mobile-first cable sizing PWA. Voltage drop, ampacity, derating, short-circuit & motor starting checks per IEC 60364.">
<meta property="og:image" content="https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/4fe42fd6-6346-4f17-8625-d97db4e2c789/id-preview-b7094156--207cf7fa-ebb3-4a30-8b2a-ced332a6f4d8.lovable.app-1777904174756.png">
<meta name="twitter:image" content="https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/4fe42fd6-6346-4f17-8625-d97db4e2c789/id-preview-b7094156--207cf7fa-ebb3-4a30-8b2a-ced332a6f4d8.lovable.app-1777904174756.png">
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>