index.html 719 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  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. <link rel="icon" href="<%= BASE_URL %>icon.png">
  8. <title>文件文本分享服务</title>
  9. <meta name="description" content="快速、安全、简单地分享您的文件和文本内容">
  10. <meta name="keywords" content="文件分享,临时文件,文本分享,快速分享">
  11. </head>
  12. <body>
  13. <noscript>
  14. <strong>We're sorry but this application doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  15. </noscript>
  16. <div id="app"></div>
  17. </body>
  18. </html>