index.html 770 B

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html lang="en" style="font-size: 50px;">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" href="/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>PTC Care Plus</title>
  8. </head>
  9. <body ontouchstart="">
  10. <div id="app"></div>
  11. <script>
  12. window.fbAsyncInit = function() {
  13. FB.init({
  14. appId: '1336047910248125',
  15. cookie: true,
  16. version: 'v13.0',
  17. })
  18. }
  19. </script>
  20. <script src="https://connect.facebook.net/en_US/sdk.js" async defer crossorigin="anonymous"></script>
  21. <!-- <script src="https://accounts.google.com/gsi/client" async defer></script> -->
  22. <script type="module" src="/src/main.ts"></script>
  23. </body>
  24. </html>