-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 777 Bytes
/
index.html
File metadata and controls
23 lines (22 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Payment Module</title>
</head>
<body>
<div id="app" class="pam:font-sans"></div>
<!-- ES Module compatible versions of React and ReactDOM from esm.sh -->
<!-- <script type="importmap">
{
"imports": {
"react": "https://esm.sh/react@18.3.0",
"react-dom": "https://esm.sh/react-dom@18.3.0",
"react-dom/client": "https://esm.sh/react-dom@18.3.0/client"
}
}
</script> -->
<script type="module" src="/src/test.tsx"></script>
</body>
</html>