Untitled

 avatar
unknown
plain_text
a month ago
2.5 kB
4
Indexable
<!DOCTYPE html><html lang="en">
<head>
    <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <title>SDXD Clone</title>
                <style>
                        body {
                                        font-family: Arial, sans-serif;
                                                    text-align: center;
                                                                background-color: #f4f4f4;
                        }
                                .container {
                                                width: 80%;
                                                            margin: auto;
                                                                        padding: 20px;
                                                                                    background: white;
                                                                                                box-shadow: 0px 0px 10px gray;
                                }
                                        .btn {
                                                        background-color: blue;
                                                                    color: white;
                                                                                padding: 10px;
                                                                                            text-decoration: none;
                                                                                                        border-radius: 5px;
                                        }
                                            </style>
                                            </head>
                                            <body>
                                                <div class="container">
                                                        <h1>Welcome to SDXD Clone</h1>
                                                                <p>Earn money by watching videos!</p>
                                                                        <a href="dashboard.html" class="btn">Go to Dashboard</a>
                                                                            </div>
                                                                            </body>
                                                                            </html>
                                        }
                                }
                        }
Editor is loading...
Leave a Comment