返回列表 发布新帖

[网站源码] 网址地址发布页

38 0
发表于 2025-2-8 13:56:32 | 查看全部 阅读模式
这是一个包含多个网址和联系方式的简约地址页示例。这个页面设计适合用于个人网站、企业网站或者其他在线平台,展示多个重要链接和联系方式。
微信截图_20250208135700.png
HTML代码

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <title>我的网址地址页</title>
  7.     <style>
  8.         body {
  9.             font-family: Arial, sans-serif;
  10.             background-color: #f5f5f5;
  11.             margin: 0;
  12.             padding: 0;
  13.             display: flex;
  14.             justify-content: center;
  15.             align-items: center;
  16.             height: 100vh;
  17.         }
  18.         .container {
  19.             background-color: #ffffff;
  20.             padding: 20px;
  21.             border-radius: 8px;
  22.             box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  23.             text-align: center;
  24.             width: 300px;
  25.         }
  26.         h1 {
  27.             font-size: 24px;
  28.             color: #333;
  29.             margin-bottom: 10px;
  30.         }
  31.         p {
  32.             font-size: 16px;
  33.             color: #666;
  34.             margin-bottom: 20px;
  35.         }
  36.         .links {
  37.             margin-bottom: 20px;
  38.         }
  39.         .links a {
  40.             display: block;
  41.             margin: 5px 0;
  42.             padding: 10px 20px;
  43.             background-color: #007BFF;
  44.             color: #ffffff;
  45.             text-decoration: none;
  46.             border-radius: 4px;
  47.             font-size: 16px;
  48.             transition: background-color 0.3s ease;
  49.         }
  50.         .links a:hover {
  51.             background-color: #0056b3;
  52.         }
  53.         .contact {
  54.             font-size: 16px;
  55.             color: #333;
  56.         }
  57.         .contact a {
  58.             color: #007BFF;
  59.             text-decoration: none;
  60.         }
  61.         .contact a:hover {
  62.             text-decoration: underline;
  63.         }
  64.     </style>
  65. </head>
  66. <body>
  67.     <div class="container">
  68.         <h1>我的网址地址页</h1>
  69.         <p>欢迎访问我的网站和社交媒体!</p>
  70.         <div class="links">
  71.             <a href="https://[你的个人网站]" target="_blank">个人网站</a>
  72.             <a href="https://[你的博客]" target="_blank">博客</a>
  73.             <a href="https://[你的GitHub]" target="_blank">GitHub</a>
  74.             <a href="https://[你的LinkedIn]" target="_blank">LinkedIn</a>
  75.         </div>
  76.         <div class="contact">
  77.             <p>联系方式:</p>
  78.             <p>邮箱:<a href="mailto:[你的邮箱]">[你的邮箱]</a></p>
  79.             <p>电话:[你的电话]</p>
  80.         </div>
  81.     </div>
  82. </body>
  83. </html>
复制代码


微信 支付宝

如果文章对您有帮助,欢迎打赏作者!

免责声明

本社区仅提供信息交流平台,帖子内容由用户自行发布,不代表社区立场。用户对发布内容负全责,包括版权、隐私、诽谤等,社区不承担因使用社区内容导致的损失。禁止发布侵权、隐私信息,发现侵权请联系我们。社区不负责第三方内容,用户因访问第三方内容产生的损失,社区不担责。用户须遵守规则和法律,不得发布违法、不当内容,违规内容将被删除。发表帖子即同意本声明,不同意请勿发帖。


特别提醒:网络空间并非法外之地,请广大用户自觉遵守法律法规,共同营造健康、文明、有序的网络环境。

本社区运营团队

联系我们: 如有疑问或发现违规行为,请联系管理员:kefu@foxccs.com

远方路灯明灭,银河倾斜,一斛星斗洒满天街。

回复

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

投诉/建议联系

foxccs@qq.com

网站内容来源于网络,版权争议与本站无关。
请在下载后的24小时内从您的设备中彻底删除上述内容。

  • QQ交流群
  • 添加微信客服
Copyright © 2004-2025 九歌社区 版权所有 All Rights Reserved.
关灯 在本版发帖
扫一扫添加微信客服
官方QQ交流群
手机扫一扫访问
返回顶部
快速回复 返回顶部 返回列表