Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Memelite70 authored Jun 13, 2024
1 parent 7d134d8 commit 9f6c7ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,16 @@ <h1>All Your Favorite Games In One Place</h1>
<a href="hahaiknowyourlocation.html" class="button">Don't click me!</a>
</div>
<div>
<button class="button" onclick="window.open('30dollar.website/index.html','_blank','width=1600,height=900');">Soundboard</button>
<a class="button" onclick="window.open('30dollar.website/index.html','_blank','width=1600,height=900');">Soundboard</a>
</div>
<div>
<button class="button" onclick="window.open('webgl-fluid-simulation/index.html','_blank','width=1600,height=900');">WebGL Fluid Simualtion</button>
<a class="button" onclick="window.open('webgl-fluid-simulation/index.html','_blank','width=1600,height=900');">WebGL Fluid Simualtion</a>
</div>
<div>
<button class="button" onclick="window.open('dump/spinningrat.online/index.html','_blank','width=1600,height=900');">spinningrat.online</button>
<a class="button" onclick="window.open('dump/spinningrat.online/index.html','_blank','width=1600,height=900');">spinningrat.online</a>
</div>
<div>
<button class="button" onclick="window.open('shork.html','_blank','width=1600,height=900');">Rammerhead!</button>
<a class="button" onclick="window.open('shork.html','_blank','width=1600,height=900');">Rammerhead!</a>
</div>
<script>
function create() {
Expand All @@ -135,7 +135,7 @@ <h1>All Your Favorite Games In One Place</h1>
</script>

<input type="hidden" value=uv/index.html placeholder="https://lsmdm.tk" id='input' autofocus>
<button class="button" onclick='create()'>Ultraviolet Node!</button></div>
<a class="button" onclick='create()'>Ultraviolet Node!</a></div>

<div>
<a href="ABC.html" class="button">about:blank Cloaker!</a>
Expand Down

0 comments on commit 9f6c7ee

Please sign in to comment.