-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.09 KB
/
index.html
File metadata and controls
28 lines (28 loc) · 1.09 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<script src="/coi-serviceworker.js"></script>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Bundle npm dependencies into tarballs in the browser for offline and air-gapped deployments when direct registry access is unavailable."
/>
<meta name="application-name" content="packy" />
<meta name="theme-color" content="#8b5cf6" />
<meta name="robots" content="index,follow" />
<meta property="og:title" content="packy" />
<meta
property="og:description"
content="Bundle npm dependencies into tarballs in the browser for offline and air-gapped deployments when direct registry access is unavailable."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://packy.js.org/" />
<title>packy — frictionless dependency bundling</title>
</head>
<body>
<div id="app" class="isolate"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>