-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (81 loc) · 3.15 KB
/
Copy pathindex.html
File metadata and controls
88 lines (81 loc) · 3.15 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#333333" />
<meta
name="description"
content="A dashboard that allows clients to view and analyze their sales data."
/>
<link rel="apple-touch-icon" type="image/svg+xml" href="/logo.svg" />
<link rel="manifest" href="/manifest.json" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Nunito&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Caveat&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<!-- <script type="text/javascript">window.$crisp=[];window.CRISP_WEBSITE_ID="8360b56a-9a23-44c1-ac2a-6be6649217ac";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script> -->
<title>SellScale</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.7.2/socket.io.js"></script>
<script>
const socket = io('http://127.0.0.1:5000');
// This event handler is triggered when the connection is established
socket.on('connect', function () {
console.log('Socket.IO is connected!!!');
// Emit a message to the server after the connection is established
socket.emit('message', 'Hello from the client!');
});
// This event handler is triggered when the server sends a message
socket.on('message', function (data) {
console.log('Received message from the server:', data);
});
</script> -->
<script>
(function () {
var e = window;
var t = document;
var n = function () {
n.e(arguments);
};
n.q = [];
n.e = function (e) {
n.q.push(e);
};
e.Pylon = n;
var r = function () {
var e = t.createElement("script");
e.setAttribute("type", "text/javascript");
e.setAttribute("async", "true");
e.setAttribute(
"src",
"https://widget.usepylon.com/widget/e816a937-d49b-46b8-8fa4-8796031cdc15"
);
var n = t.getElementsByTagName("script")[0];
n.parentNode.insertBefore(e, n);
};
if (t.readyState === "complete") {
r();
} else if (e.addEventListener) {
e.addEventListener("load", r, false);
}
})();
</script>
</body>
</html>