This repository was archived by the owner on Sep 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (42 loc) · 2.29 KB
/
index.html
File metadata and controls
47 lines (42 loc) · 2.29 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
35
36
37
38
39
40
41
42
43
44
45
46
47
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Distribunity</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" href="https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2"
as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2"
as="font" type="font/woff2" crossorigin>
<meta name="description"
content="Distribunity is an innovative utility helping businesses manage their materials and products." />
<meta name="author" content="Alan Burić" />
<meta name="keywords" content="inventory, management, software, app, webapp" />
<meta property="og:url" content="https://distribunity.web.app">
<meta property="og:image" content="https://distribunity.web.app/logo.webp">
<meta property="og:type" content="website" />
<meta property="og:description"
content="Distribunity is an innovative utility helping businesses manage their materials and products." />
<meta property="og:title" content="Distribunity" />
<meta property="og:site_name" content="Distribunity" />
<meta property="og:see_also" content="https://distribunity.web.app/resources">
<meta itemprop="name" content="Distribunity" />
<meta itemprop="description"
content="Distribunity is an innovative utility helping businesses manage their materials and products." />
<meta itemprop="image" content="/logo.webp">
<meta name="twitter:card"
content="Distribunity is an innovative utility helping businesses manage their materials and products." />
<meta name="twitter:url" content="https://distribunity.web.app">
<meta name="twitter:title" content="Distribunity" />
<meta name="twitter:description"
content="Distribunity is an innovative utility helping businesses manage their materials and products." />
<meta name="twitter:image" content="/logo.webp">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>