_report_server/src/5adb6091618d550b2f1579ce482dc4269c251499/app/node_modules/sucrase">sucrase 30f7226d9a first commit 2 gadi atpakaļ supports-preserve-symlinks-flag 30f7226d9a first commit 2 gadi atpakaļ tailwind-color-palette 30f7226d9a first commit 2 gadi atpakaļ tailwindcss 30f7226d9a first commit 2 gadi atpakaļ thenify 30f7226d9a first commit 2 gadi atpakaļ thenify-all 30f7226d9a first commit 2 gadi atpakaļ to-regex-range 30f7226d9a first commit 2 gadi atpakaļ tr46 30f7226d9a first commit 2 gadi atpakaļ ts-interface-checker 30f7226d9a first commit 2 gadi atpakaļ uglify-js 30f7226d9a first commit 2 gadi atpakaļ underscore 30f7226d9a first commit 2 gadi atpakaļ upper-case 30f7226d9a first commit 2 gadi atpakaļ util-deprecate 30f7226d9a first commit 2 gadi atpakaļ valid-data-url 30f7226d9a first commit 2 gadi atpakaļ web-resource-inliner 30f7226d9a first commit 2 gadi atpakaļ webidl-conversions 30f7226d9a first commit 2 gadi atpakaļ whatwg-url 30f7226d9a first commit 2 gadi atpakaļ wrap-ansi 30f7226d9a first commit 2 gadi atpakaļ wrappy 30f7226d9a first commit 2 gadi atpakaļ y18n 30f7226d9a first commit 2 gadi atpakaļ yallist 30f7226d9a first commit 2 gadi atpakaļ yaml 30f7226d9a first commit 2 gadi atpakaļ yargs 30f7226d9a first commit 2 gadi atpakaļ yargs-parser 30f7226d9a first commit 2 gadi atpakaļ .yarn-integrity 30f7226d9a first commit 2 gadi atpakaļ tum/kaceeapp7 - Gogs: Simplico Git Service

Нема описа

index.html 903B

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Ionic App</title>
  6. <base href="/" />
  7. <meta name="color-scheme" content="light dark" />
  8. <meta
  9. name="viewport"
  10. content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
  11. />
  12. <meta name="format-detection" content="telephone=no" />
  13. <meta name="msapplication-tap-highlight" content="no" />
  14. <link rel="shortcut icon" type="image/png" href="/favicon.png" />
  15. <!-- add to homescreen for ios -->
  16. <meta name="apple-mobile-web-app-capable" content="yes" />
  17. <meta name="apple-mobile-web-app-title" content="Ionic App" />
  18. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  19. </head>
  20. <body>
  21. <div id="app"></div>
  22. <script type="module" src="/src/main.ts"></script>
  23. </body>
  24. </html>