- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8" />
- <title>派维斯智能体助手</title>
- <link rel="stylesheet" href="css/popup.css" />
- </head>
- <body>
- <div class="container">
- <h1>派维斯智能体助手</h1>
- <p>欢迎使用!</p>
- </div>
- <script src="js/popup.js"></script>
- </body>
- </html>
|