Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
v4for authored Oct 3, 2024
1 parent 0aa2f10 commit 6c2757e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gxmes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</header>

<div class="text_group">
<h1 class="header">Gxmes</h1>
<h1 class="header" id="searchtitle">Gxmes</h1>
<hr style="width: 20%; color: #42946e; margin-left:auto; margin-right: auto; text-align: center;">
<p class="lost">Some gxmes like 1v1 lol and pixel gun have there servers blocked. Cope.</p>
</div>
Expand Down Expand Up @@ -534,7 +534,7 @@ <h1 class="header">Gxmes</h1>
</div>
</div>

<div class="text_group">
<div class="text_group" id="hidethis">
<h2 class="header">Awtyistic gxmes</h2>
<hr style="width: 20%; color: #42946e; margin-left:auto; margin-right: auto; text-align: center;">
<p class="lost">They still work bruh</p>
Expand Down
2 changes: 2 additions & 0 deletions gxmes/sighn.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ document.addEventListener('DOMContentLoaded', () => {
if (!text) {
return;
}
document.getElementById("hidethis").style.display = "none";
document.getElementById("searchtitle").innerHTML = "Results for" + searched;

const descriptions = document.querySelectorAll('.description');
descriptions.forEach(description => {
Expand Down

0 comments on commit 6c2757e

Please sign in to comment.