settings part 1
This commit is contained in:
parent
23e00ece16
commit
714d409ac8
11
index.html
11
index.html
@ -20,14 +20,6 @@
|
|||||||
<h1 style="color: black;">Welcome to EaglerCraftX</h1>
|
<h1 style="color: black;">Welcome to EaglerCraftX</h1>
|
||||||
<label for="darkModeCheckbox">Dark Mode Checkbox</label>
|
<label for="darkModeCheckbox">Dark Mode Checkbox</label>
|
||||||
<input type="checkbox" id="darkModeCheckbox">
|
<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>
|
<p style="color: black;">Site views counter:</p>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<a>
|
<a>
|
||||||
@ -149,6 +141,9 @@ document.body.style.backgroundColor= "grey";
|
|||||||
<a href="https://eaglerrinth.github.io/" target="_blank">
|
<a href="https://eaglerrinth.github.io/" target="_blank">
|
||||||
<button style="background-color: rgb(76, 175, 80);">EaglerRinth Mod List</button>
|
<button style="background-color: rgb(76, 175, 80);">EaglerRinth Mod List</button>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="settings.html" target="_blank">
|
||||||
|
<button style="background-color: rgb(73, 73, 73);">Settings Page</button>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="joinModal" class="modal" style="display: none;">
|
<div id="joinModal" class="modal" style="display: none;">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
|
1
settings.html
Normal file
1
settings.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<h1>Will be updated soon./h1>
|
Loading…
x
Reference in New Issue
Block a user