以下是一个简单的邮箱验证码的HTML模板:

<!DOCTYPE html>
<html>
<head>
    <title>Email Verification</title>
    <style>
        body {
            font-family: Arial, sans-serif;
        }
        .container {
            max-width: 500px;
            margin: 0 auto;
            padding: 20px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        .logo {
            text-align: center;
        }
        .logo img {
            width: 150px;
            height: auto;
        }
        .verification-code {
            text-align: center;
            font-size: 24px;
            margin-top: 20px;
        }
        .instructions {
            margin-top: 20px;
        }
        .footer {
            margin-top: 20px;
            text-align: center;
            color: #999;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="logo">
            <img src="logo.png" alt="Logo">
        </div>
        <div class="verification-code">
            Your verification code is: <strong>123456</strong>
        </div>
        <div class="instructions">
            Please enter this code to verify your email address.
        </div>
        <div class="footer">
            This email is autogenerated. Please do not reply to this email.
        </div>
    </div>
</body>
</html>

你可以根据自己的需要进行修改和美化。

邮箱验证码HTML模板:简洁美观易定制

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

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