-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
34 lines (34 loc) · 1.25 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">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Cut Session is a single page application with an
embeddable widget built using Vite, Vanilla HTML & CSS,
TypeScript, Redux and Redux for state management."
/>
<meta name="description" content="" />
<link rel="stylesheet" href="/src/styles/global.css" />
<link rel="stylesheet" href="/src/styles/normailze.css" />
<link rel="stylesheet" href="/src/styles/reset.css" />
<link rel="stylesheet" href="/src/styles/dashboard.css" />
<link rel="stylesheet" href="/src/styles/session.css" />
<link
rel="stylesheet"
type="text/css"
href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css"
/>
</head>
<body>
<div id="root"></div>
<script src="/src/scripts/app.ts" type="module"></script>
<script
src="https://rawcdn.githack.com/John-pels/cut-session-fe/370b1dc15ece8c68c4a8161e34971956dd1ed850/src/widget/scripts/app.js"
data-merchantId="c3073b9d-edd0-49f2-a28d-b7ded8ff9a8b"
data-widget
></script>
</body>
</html>