Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInMyVan committed Oct 12, 2023
1 parent d1b40d1 commit 9373898
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<html onload="" lang="en">
<head>
<title>Minecraft Anticheat List</title>
<script src="darkmodetoggle.js"></script>
<script src="script.js"></script>
<style>
body {
background-color: black;
color: white;
}
.light-mode {
background-color: white;
color: black;
}
.dark-mode {
background-color: black;
color: white;
}
</style>
<!--<link rel="shortcut icon" type="image/png" href="favicon.png"/>-->
<!--<link rel="stylesheet" href="style.css">-->
Expand Down

0 comments on commit 9373898

Please sign in to comment.