Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HaroldMth authored Aug 14, 2024
1 parent 26c6581 commit f249553
Showing 1 changed file with 0 additions and 71 deletions.
71 changes: 0 additions & 71 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,74 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hans-V2 Multi-Device Bot</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 20px;
}
.container {
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
max-width: 800px;
margin: auto;
}
h1 {
color: #333;
}
h2 {
color: #666;
}
p {
color: #555;
line-height: 1.6;
}
ul {
margin: 20px 0;
padding: 0;
list-style-type: none;
}
ul li {
background: #eee;
margin: 5px 0;
padding: 10px;
border-radius: 4px;
}
.contact, .support, .image-section {
text-align: center;
margin-top: 20px;
}
.contact a, .support a {
text-decoration: none;
color: #25D366;
font-weight: bold;
}
.contact img, .support img {
max-width: 100%;
height: auto;
border: none;
}
.github-badge {
text-align: center;
margin-top: 20px;
}
.github-badge img {
max-width: 100%;
height: auto;
border: none;
}
.image-section img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
</style>
</head>
<body>

Expand Down

0 comments on commit f249553

Please sign in to comment.