-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
38 lines (38 loc) · 1.63 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
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="src/favicon.ico" />
<link rel="preconnect"
href="https://fonts.gstatic.com"
crossOrigin="true"
/>
<link rel="preload" as="style"
href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap"
/>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&&display=swap"
media="print" onLoad="this.media='all'"
/>
<noscript>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&&display=swap"
/>
</noscript>
<meta property="og:site_name" content="Shipment" />
<meta property="og:title" content="Shipment" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://decompiler-shipment.web.app/" />
<meta property="og:image" content="https://firebasestorage.googleapis.com/v0/b/decompiler-shipment.appspot.com/o/files%2Fsite.png?alt=media&token=1f0e5738-d069-4112-a572-fd687140e204" />
<meta property="og:description" content="A file hosting web application" />
<meta name="twitter:title" content="Shipment">
<meta name="twitter:description" content="A file hosting web application">
<meta name="twitter:image" content="https://firebasestorage.googleapis.com/v0/b/decompiler-shipment.appspot.com/o/files%2Fsite.png?alt=media&token=1f0e5738-d069-4112-a572-fd687140e204" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="module" src="/src/main.tsx" after></script>
<title>Shipment</title>
</head>
<body>
<div id="root"></div>
</body>
</html>