返回列表 发布新帖

[网站源码] 地址发布页

45 0
发表于 2025-2-8 14:01:36 | 查看全部 阅读模式

微信截图_20250208140108.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.     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
  8.     <style>
  9.         body {
  10.             font-family: 'Arial', sans-serif;
  11.             background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  12.             margin: 0;
  13.             padding: 0;
  14.             display: flex;
  15.             justify-content: center;
  16.             align-items: center;
  17.             height: 100vh;
  18.             color: #fff;
  19.         }
  20.         .container {
  21.             background: rgba(0, 0, 0, 0.6);
  22.             padding: 20px;
  23.             border-radius: 10px;
  24.             text-align: center;
  25.             width: 350px;
  26.             max-width: 90%;
  27.         }
  28.         h1 {
  29.             font-size: 24px;
  30.             margin-bottom: 15px;
  31.         }
  32.         p {
  33.             font-size: 16px;
  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: #007BFF;
  44.             color: #ffffff;
  45.             text-decoration: none;
  46.             border-radius: 5px;
  47.             font-size: 16px;
  48.             transition: background-color 0.3s ease;
  49.         }
  50.         .links a:hover {
  51.             background: #0056b3;
  52.         }
  53.         .contact {
  54.             font-size: 16px;
  55.         }
  56.         .contact a {
  57.             color: #007BFF;
  58.             text-decoration: none;
  59.         }
  60.         .contact a:hover {
  61.             text-decoration: underline;
  62.         }
  63.         .social-icons {
  64.             margin-top: 20px;
  65.         }
  66.         .social-icons a {
  67.             margin: 0 10px;
  68.             color: #fff;
  69.             font-size: 24px;
  70.             transition: color 0.3s ease;
  71.         }
  72.         .social-icons a:hover {
  73.             color: #007BFF;
  74.         }
  75.     </style>
  76. </head>
  77. <body>
  78.     <div class="container">
  79.         <h1>我的网络导航</h1>
  80.         <p>欢迎访问我的网站和社交媒体!</p>
  81.         <div class="links">
  82.             <a href="https://[你的个人网站]" target="_blank">个人网站</a>
  83.             <a href="https://[你的博客]" target="_blank">博客</a>
  84.             <a href="https://[你的GitHub]" target="_blank">GitHub</a>
  85.             <a href="https://[你的LinkedIn]" target="_blank">LinkedIn</a>
  86.         </div>
  87.         <div class="contact">
  88.             <p>联系方式:</p>
  89.             <p>邮箱:<a href="mailto:[你的邮箱]">[你的邮箱]</a></p>
  90.             <p>电话:[你的电话]</p>
  91.         </div>
  92.         <div class="social-icons">
  93.             <a href="https://[你的Twitter]" target="_blank"><i class="fab fa-twitter"></i></a>
  94.             <a href="https://[你的Instagram]" target="_blank"><i class="fab fa-instagram"></i></a>
  95.             <a href="https://[你的Facebook]" target="_blank"><i class="fab fa-facebook"></i></a>
  96.         </div>
  97.     </div>
  98. </body>
  99. </html>
复制代码



微信 支付宝

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

免责声明

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


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

本社区运营团队

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

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

回复

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

本版积分规则

投诉/建议联系

foxccs@qq.com

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

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