-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (25 loc) · 981 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="https://xumm.app/assets/cdn/xumm-xapp-sdk.min.js?v=1.3.0"></script>
<script>
window.xAppSdk = new xAppSdk()
</script>
<script data-consolejs-channel="d7b0c07f-52e4-4a7e-b47d-301704a4f66e" type="module" src="https://remotejs.com/agent/agent.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Permanent Marker">
<title>Vue / Vite Starter App</title>
<style>
body,
html {
width: 100%;
height: 100%;
}
</style>
</head>
<body class="d-flex flex-column">
<div id="app" class="d-flex flex-column h-100"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>