shell_preview.html 569 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Document</title>
  8. <link rel="stylesheet" href="./css/common.css?v=202305271602">
  9. </head>
  10. <body>
  11. <h1>Hello!!!!</h1>
  12. <!-- <script src="./js/streaming_fetch.js"></script> -->
  13. <script>
  14. document.addEventListener('DOMContentLoaded', function () {
  15. var shellApi = window["FisShellApi"];
  16. });
  17. </script>
  18. </body>
  19. </html>