| 123456789101112131415161718 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <title>Snapshot - 临时文件分享平台</title>
- <meta name="description" content="快速、安全、简单地分享您的文件和文本内容">
- <meta name="keywords" content="文件分享,临时文件,文本分享,快速分享">
- </head>
- <body>
- <noscript>
- <strong>We're sorry but this application doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
- </noscript>
- <div id="app"></div>
- </body>
- </html>
|