forked from Cap-go/capgo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.66 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
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en" data-theme="capgotheme">
<head>
<meta charset="UTF-8">
<meta name="color-scheme" content="light dark" />
<meta name="viewport"
content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="/pwa-192x192.png">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#00aba9">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="theme-color" content="#ffffff">
<meta name="description" content="webapp to manage your OTA updates for capacitor">
<meta name="title" content="Capgo app">
<title>Capgo app</title>
<script async src='https://reflio.com/js/reflio.min.js' data-reflio='hi8q6z93wyt147h' data-domain='https://capgo.app,https://web.capgo.app'></script>
<script async src='https://r.wdfl.co/rw.js' data-rewardful='f5a722'></script>
<script>// eslint-disable-next-line
(function(w,r){w._rwq=r;w[r]=w[r]||function(){(w[r].q=w[r].q||[]).push(arguments)}})(window,'rewardful');
</script>
</head>
<body class="h-full overflow-hidden antialiased font-inter">
<script>
if (localStorage.getItem('sidebar-expanded') === 'true')
document.querySelector('body').classList.add('sidebar-expanded')
else document.querySelector('body').classList.remove('sidebar-expanded')
</script>
<div id="app-loader"></div>
<div id="app" class="h-full overflow-hidden"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>