Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
NEKODESUDX authored Dec 11, 2024
1 parent af4be79 commit f0a9d0b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@
<meta property="og:image" content="https://i.imgur.com/JTkB9AC.png">

<link rel="stylesheet" href="style.css">
<style>
body, h1, p, label, a, button {
color: white;
}
#status {
width: 100%;
height: 150px;
margin-top: 20px;
padding: 10px;
border: 1px solid #ccc;
background-color: #333;
color: white;
overflow-y: scroll;
white-space: pre-wrap;
}
</style>
</head>
<body>
<h1>Mass Group Manager</h1>
Expand Down

0 comments on commit f0a9d0b

Please sign in to comment.