<!DOCTYPE html>
<html>
<head>
    <title>Welcome</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f5f5f5;
            text-align: center;
            padding-top: 100px;
        }
        h1 {
            color: #333;
            font-size: 36px;
            margin-bottom: 20px;
        }
        p {
            color: #666;
            font-size: 18px;
            margin-bottom: 40px;
        }
        .button {
            padding: 10px 20px;
            background-color: #4CAF50;
            color: white;
            font-size: 16px;
            border: none;
            cursor: pointer;
        }
        .button:hover {
            background-color: #45a049;
        }
    </style>
</head>
<body>
    <h1>Welcome to our website!</h1>
    <p>We are excited to have you here.</p>
    <button class="button" onclick="location.href='next_page.html'">Confirm</button>
</body>
</html>
写一个精美的欢迎页面点击确认跳转页面的html代码

原文地址: https://www.cveoy.top/t/topic/in9d 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录