-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (24 loc) · 850 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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="73a81ff7-e31d-a8e1-d887-d01dc89aa50e" type="module" src="https://remotejs.com/agent/agent.js"></script>
<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>