一款好看的单页产品介绍页面(跳转页)

一款好看的单页产品介绍页面(跳转页)-苏逸博客网

前言:

 

原来,我得到了自己的地址(VPS.ink)虚拟主机域名绑定页面单页显示,但没想到这么好看,哈哈,所以和大家分享~

 

新建index是一个简单的单页.php文件。并且可以放置代码

代码:

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>大圣云计算</title>
    <style>
        body{
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f7f7f7;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 100vh;
            box-sizing: border-box;
        }
        .container{
            width: 100%;
            max-width: 600px;
            padding: 20px;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-sizing: border-box;
            margin-bottom: 20px;
        }
        .logo{
            display: block;
            margin: 0 auto 20px;
            max-width: 100px;
        }
        h1{
            color: #333;
            text-align: center;
            margin-bottom: 20px;
        }
        p{
            color: #666;
            line-height: 1.6;
            text-align: center;
            margin-bottom: 20px;
        }
        .btn{
            display: block;
            width: 100%;
            padding: 10px 0;
            background-color: #007bff;
            color: #fff;
            text-align: center;
            text-decoration: none;
            border-radius: 5px;
            margin-bottom: 20px;
        }
        .contact{
            text-align: center;
            margin-bottom: 20px;
        }
        .contact p{
            margin: 5px 0;
        }
        .footer{
            text-align: center;
            color: #999;
            font-size: 14px;
            width: 100%;
            box-sizing: border-box;
            padding: 10px 0;
        }
        .footer p{
            margin: 0;
        }
    </style>
</head>
<body>
    <div class="container">
        <img src="https://pan.29o.cn/view.php/19720202dfcfecfec701d733fd4.png" alt="Logo" class="logo">
        <h1>大圣云计算-全球云服务提供商</h1>
        <p>当你看到这个页面时,代表你的域名分析是有效的<br/>大圣云计算是全球云服务提供商,有成熟的经验,海外产品只有13.9个/月<br/>其他业务:SCDN/挂机宝/NAT服务器/国内服务器/宿主机/虚拟主机/</p>
        <a href="https://vps.ink" class="btn" target="_blank">进入官网</a>
        <div class="contact">
            <p>联系方式:</p>
            <p>QQ:9321856</p>
            <p>邮箱:9321856@qq.com</p>
        </div>
    </div>
    <div class="footer">
        <p>版权所有 © 2025 大圣云计算 | 备案号:陕西ICP备案2024年5554号</p>
    </div>
</body>
</html>

 

 

© 版权声明
THE END
喜欢就支持一下吧
点赞14 分享
五月 10

本站的今时往日

    "吼吼~~~,往年的今天站长不知道跑哪里偷懒去了~~~"
评论 抢沙发

请登录后发表评论

    暂无评论内容