| <!DOCTYPE html> |
| <html lang="zh"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>关于我们 - LibreTV</title> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <link rel="stylesheet" href="css/styles.css"> |
| |
| </head> |
| <body class="page-bg text-white"> |
| <div class="container mx-auto px-4 py-8"> |
| <header class="text-center mb-8"> |
| <h1 class="text-5xl font-bold gradient-text">关于我们</h1> |
| </header> |
| <main class="text-center"> |
| <p class="text-gray-300 mb-4"> |
| 本项目代码托管在 GitHub 上,欢迎访问我们的仓库: |
| <a href="https://github.com/bestZwei/LibreTV" class="text-blue-400 hover:underline" target="_blank" rel="noopener">https://github.com/bestZwei/LibreTV</a> |
| </p> |
| <p class="text-gray-300"> |
| LibreTV 是一个免费的在线视频搜索平台,提供视频搜索和播放服务,致力于为用户带来最佳体验。 |
| </p> |
| </main> |
| <footer class="mt-12 text-center"> |
| <a href="index.html" class="text-gray-400 hover:text-white transition-colors">回到首页</a> |
| </footer> |
| </div> |
| </body> |
| </html> |
|
|