Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
yes
  • Loading branch information
Xargana authored Oct 9, 2024
1 parent e379b49 commit 652b0bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Minecraft Bot Control Panel</title>
<title>ChatLogger Control Panel</title>
<style>
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -75,7 +75,7 @@
</style>
</head>
<body>
<h1>Minecraft Bot Control Panel</h1>
<h1>ChatLogger Control Panel</h1>

<div id="command-form">
<input type="text" id="command-input" placeholder="Enter command (e.g., f 5)" />
Expand Down Expand Up @@ -143,5 +143,7 @@ <h1>Minecraft Bot Control Panel</h1>
}
});
</script>
<h6>Shitty WebUI for ChatLogger</h6>
<h6>Made By Xargana</h6>
</body>
</html>

0 comments on commit 652b0bd

Please sign in to comment.