Fortidune commited on
Commit
b37dc6b
·
verified ·
1 Parent(s): 7d8784f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -22
index.html CHANGED
@@ -25,24 +25,7 @@
25
  font-size: 18px;
26
  line-height: 1.6;
27
  }
28
- button {
29
- background-color: #007bff;
30
- color: #fff;
31
- border: none;
32
- padding: 10px 20px;
33
- font-size: 16px;
34
- cursor: pointer;
35
- margin-top: 20px;
36
- }
37
- button:hover {
38
- background-color: #0056b3;
39
- }
40
- footer {
41
- margin-top: 50px;
42
- background-color: #333;
43
- color: #fff;
44
- padding: 20px;
45
- }
46
  </style>
47
  </head>
48
  <body>
@@ -51,10 +34,8 @@
51
  <p>Your Code Might Suck, But We’re Here to Help (And Laugh) 😜</p>
52
  <p>Ever Wondered if Your Code is as Bad as You Think? Let Us Confirm It for You!</p>
53
  <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>
54
- <button>Get Started</button>
 
55
  </div>
56
- <footer>
57
- <p>&copy; 2024 MyCodeSucks.com - Where Bad Code Meets Good Humor</p>
58
- </footer>
59
  </body>
60
  </html>
 
25
  font-size: 18px;
26
  line-height: 1.6;
27
  }
28
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  </style>
30
  </head>
31
  <body>
 
34
  <p>Your Code Might Suck, But We’re Here to Help (And Laugh) 😜</p>
35
  <p>Ever Wondered if Your Code is as Bad as You Think? Let Us Confirm It for You!</p>
36
  <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>
37
+ <h3>Working on it</h3>
38
+ <p>And pushing directly to prod.</p>
39
  </div>
 
 
 
40
  </body>
41
  </html>