forked from getAlby/pos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 825 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Alby" />
<meta name="description" content="Alby's super simple self-custodial PoS" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="theme-color" content="#FCE589" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<link rel="apple-touch-icon" href="/shortcut-icon.png" sizes="512x512" />
<link rel="mask-icon" href="/mask-icon.svg" color="#FFFFFF" />
<link rel="shortcut icon" href="/shortcut-icon.png" />
<title>BuzzPay</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>