25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 532 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
  6. <meta
  7. name="viewport"
  8. content="width=device-width, initial-scale=1, shrink-to-fit=no"
  9. />
  10. <meta name="theme-color" content="#333333" />
  11. <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
  12. <title>LessPass</title>
  13. </head>
  14. <body>
  15. <noscript>
  16. You need to enable JavaScript to run this app.
  17. </noscript>
  18. <div id="root"></div>
  19. </body>
  20. </html>