settings part 1

This commit is contained in:
Sevi 2024-10-28 13:13:08 -07:00 committed by GitHub
parent 23e00ece16
commit 714d409ac8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 8 deletions

View File

@ -20,14 +20,6 @@
<h1 style="color: black;">Welcome to EaglerCraftX</h1>
<label for="darkModeCheckbox">Dark Mode Checkbox</label>
<input type="checkbox" id="darkModeCheckbox">
<script>
function darkmode()
{
document.body.style.backgroundColor= "grey";
}
</script>
<p>For the dark mode to turn off, just reload the page. </p>
<p style="color: black;">Site views counter:</p>
<div align="center">
<a>
@ -149,6 +141,9 @@ document.body.style.backgroundColor= "grey";
<a href="https://eaglerrinth.github.io/" target="_blank">
<button style="background-color: rgb(76, 175, 80);">EaglerRinth Mod List</button>
</a>
<a href="settings.html" target="_blank">
<button style="background-color: rgb(73, 73, 73);">Settings Page</button>
</a>
</div>
<div id="joinModal" class="modal" style="display: none;">
<div class="modal-content">

1
settings.html Normal file
View File

@ -0,0 +1 @@
<h1>Will be updated soon./h1>