mycodesucks / index.html
Fortidune's picture
Update index.html
b37dc6b verified
<!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>