-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (25 loc) · 1.34 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
28
29
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg" href="/azure.svg" />
<meta name="twitter:site" content="@ewencodes" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Azure Network Calculator" />
<meta name="twitter:description" content="Simple web application to calculate network things globally and specific for Azure Cloud." />
<meta property="og:image:alt" content="Simple web application to calculate network things globally and specific for Azure Cloud" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="600" />
<meta property="og:site_name" content="Azure Network Calculator" />
<meta property="og:type" content="object" />
<meta property="og:title" content="Azure Network Calculator" />
<meta property="og:url" content="https://ewencodes.github.io/azure-network-calculator/" />
<meta property="og:description" content="Simple web application to calculate network things globally and specific for Azure Cloud" />
<title>Azure Network Calculator</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>