update links

This commit is contained in:
Jonny_Bro (Nikita) 2024-09-01 12:38:40 +05:00
parent 3eb7f022e9
commit 755b7b1563
No known key found for this signature in database
GPG key ID: 3F1ECC04147E9BD8
2 changed files with 6 additions and 5 deletions

View file

@ -10,9 +10,9 @@
<title>Beatrun</title> <title>Beatrun</title>
<meta content="Beatrun Leak" property="og:title" /> <meta content="Beatrun Fork" property="og:title" />
<meta content="Enjoy the most up-to-date, free Beatrun build fresh out of datae's ass. Malware free!!" property="og:description" /> <meta content="Enjoy the most up-to-date, free Beatrun build fresh out of datae's ass. Malware free!!" property="og:description" />
<meta content="https://beatrun.ru" property="og:url" /> <meta content="https://beatrun.jonnybro.ru" property="og:url" />
<meta content="#808080" data-react-helmet="true" name="theme-color" /> <meta content="#808080" data-react-helmet="true" name="theme-color" />
<link rel='stylesheet' href='%sveltekit.assets%/css/pico.css'> <link rel='stylesheet' href='%sveltekit.assets%/css/pico.css'>

View file

@ -89,7 +89,8 @@
</ul> </ul>
<ul> <ul>
<li><a target="_blank" href="https://discord.gg/93Psubbgsg"><b>Discord</b></a></li> <li><a target="_blank" href="https://discord.gg/93Psubbgsg"><b>Discord</b></a></li>
<li><a target="_blank" href="https://courses.beatrun.ru"><b>Courses</b></a></li> <li><a target="_blank" href="https://courses.jonnybro.ru"><b>Courses</b></a></li>
<li><a target="_blank" href="https://beatrundocs.jonnybro.ru"><b>Courses</b></a></li>
<li><a href="#" on:click={()=> set_tab("/images") }><b>Wall Of Shame</b></a></li> <li><a href="#" on:click={()=> set_tab("/images") }><b>Wall Of Shame</b></a></li>
</ul> </ul>
</nav> </nav>
@ -129,13 +130,13 @@
<div class="grid" align="center"> <div class="grid" align="center">
<div> <div>
<a target="_blank" href="{imagepair[0]}" rel="noreferrer"> <a target="_blank" href="{imagepair[0]}" rel="noreferrer">
<img style="max-height: 50vh" src="{imagepair[0]}"> <img style="max-height: 50vh" alt="funny pic" src="{imagepair[0]}">
</a> </a>
</div> </div>
<div> <div>
<a target="_blank" href="{imagepair[1]}" rel="noreferrer"> <a target="_blank" href="{imagepair[1]}" rel="noreferrer">
<img style="max-height: 50vh" src="{imagepair[1]}"> <img style="max-height: 50vh" alt="funny pic" src="{imagepair[1]}">
</a> </a>
</div> </div>
</div> </div>