@flarehr/superhero-salpac-profile-admin 1.0.699 → 1.0.701

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,21 @@
1
+ <!-- This file is used for dev only. Does not get included in built files. -->
2
+ <!DOCTYPE html>
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8" />
6
+ <title>Superhero: Salpac Profile Admin</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ }
11
+ </style>
12
+ <script type="module" crossorigin src="/superhero-salpac-profile-admin.js"></script>
13
+ </head>
14
+ <body>
15
+ <superhero-salpac-profile-admin
16
+ account-Id="F7ACA523-BF06-42B9-83DE-31535261AA58"
17
+ backend-url="http://localhost:5173"
18
+ access-token="">
19
+ </superhero-salpac-profile-admin>
20
+ </body>
21
+ </html>