forked from BoltzExchange/boltz-web-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 1.2 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
<!DOCTYPE html>
<html lang="en" style="height:100%;">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1" />
<link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json"/>
<link property="image" href="/boltz-preview.jpg" />
<meta property="og:image" content="/boltz-preview.jpg" />
<meta property="twitter:image" content="/boltz-preview.jpg" />
<meta name="description" content="Boltz is a Privacy First, Non-Custodial Bitcoin Exchange and Lightning Service Provider" />
<meta name="mobile-web-app-capable" content="yes" />
<title>Boltz</title>
<style>.loading { background: url(/boltz.svg) no-repeat center #142840;}</style>
</head>
<body class="loading">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="/src/index.jsx" type="module"></script>
</body>
</html>