index.html 368 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <title>个人学习</title>
  8. </head>
  9. <body>
  10. <noscript>You need to enable JavaScript to run this app.</noscript>
  11. <div id="root"></div>
  12. </body>
  13. </html>