File size: 1,247 Bytes
7d8784f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b37dc6b
7d8784f
 
 
 
 
 
 
 
b37dc6b
 
7d8784f
 
900d6d3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Welcome to MyCodeSucks.com</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
            color: #333;
        }
        .container {
            max-width: 800px;
            margin: auto;
            padding: 20px;
            text-align: center;
        }
        h1 {
            color: #007bff;
        }
        p {
            font-size: 18px;
            line-height: 1.6;
        }
  
    </style>
</head>
<body>
    <div class="container">
        <h1>Welcome to MyCodeSucks.com</h1>
        <p>Your Code Might Suck, But We’re Here to Help (And Laugh) 😜</p>
        <p>Ever Wondered if Your Code is as Bad as You Think? Let Us Confirm It for You!</p>
        <p>At MyCodeSucks.com, we combine expert code review with a healthy dose of humor. Whether you’re a seasoned developer or a newbie, we’ll give you honest feedback and a few laughs along the way.</p>
        <h3>Working on it</h3>
        <p>And pushing directly to prod.</p>
    </div>
</body>
</html>