<!DOCTYPE html>
<html lang="en">
<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;
            background-color: #f5f5f5;
            margin: 0;
            padding: 0;
        }
<pre><code>    .container {
        max-width: 800px;
        margin: 0 auto;
        padding: 20px;
    }
    
    h1 {
        font-size: 32px;
        color: #333;
        text-align: center;
        margin-bottom: 20px;
    }
    
    p {
        font-size: 16px;
        color: #666;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    
    .domain {
        margin-top: 40px;
        text-align: center;
    }
    
    .domain h2 {
        font-size: 24px;
        color: #333;
        margin-bottom: 10px;
    }
    
    .domain p {
        font-size: 18px;
        color: #666;
        margin-bottom: 20px;
    }
    
    .contact {
        text-align: center;
        margin-top: 40px;
    }
    
    .contact h2 {
        font-size: 24px;
        color: #333;
        margin-bottom: 10px;
    }
    
    .contact p {
        font-size: 18px;
        color: #666;
        margin-bottom: 20px;
    }
    
    .contact a {
        display: inline-block;
        padding: 10px 20px;
        background-color: #333;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        font-size: 18px;
        transition: background-color 0.3s;
    }
    
    .contact a:hover {
        background-color: #666;
    }
&lt;/style&gt;
</code></pre>
</head>
<body>
    <div class="container">
        <h1>域名出售</h1>
<pre><code>    &lt;div class=&quot;domain&quot;&gt;
        &lt;h2&gt;域名信息&lt;/h2&gt;
        &lt;p&gt;域名:example.com&lt;/p&gt;
        &lt;p&gt;价格:$1000&lt;/p&gt;
    &lt;/div&gt;
    
    &lt;div class=&quot;contact&quot;&gt;
        &lt;h2&gt;联系方式&lt;/h2&gt;
        &lt;p&gt;如果您对该域名感兴趣,请通过以下方式联系我们:&lt;/p&gt;
        &lt;p&gt;Email: info@example.com&lt;/p&gt;
        &lt;p&gt;电话:123-456-7890&lt;/p&gt;
        &lt;a href=&quot;mailto:info@example.com&quot;&gt;发送邮件&lt;/a&gt;
    &lt;/div&gt;
&lt;/div&gt;
</code></pre>
</body>
</html
写一个简约大气域名出售HTML单面模板

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

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