Skip to content

Commit d62bbdd

Browse files
committed
q_pick ready files
1 parent 7fe2c49 commit d62bbdd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+8428
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="https://get.shop/volumes/images/KV_official_2023-02-16-233103_wvqu.png" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<!-- bootstrap css -->
8+
<link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.min.css">
9+
<!-- boxicons -->
10+
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
11+
<title>QPICK</title>
12+
</head>
13+
<body>
14+
<div id="root"></div>
15+
<script type="module" src="/src/main.jsx"></script>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)