Update index.html
This commit is contained in:
parent
71589efe4c
commit
a13dfe8c83
1 changed files with 8 additions and 8 deletions
16
index.html
16
index.html
|
@ -20,16 +20,16 @@
|
||||||
/>
|
/>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<ul class="buttons">
|
<div class="buttons">
|
||||||
<li id="discord">
|
<div id="discord">
|
||||||
<a href="https://discord.gg/tzxXz5D"
|
<a href="https://discord.gg/tzxXz5D"
|
||||||
><img
|
><img
|
||||||
src="/assets/images/NSW2-BUTTON-DISCORD-NEW.png"
|
src="/assets/images/NSW2-BUTTON-DISCORD-NEW.png"
|
||||||
alt=""
|
alt=""
|
||||||
class="button"
|
class="button"
|
||||||
/></a>
|
/></a>
|
||||||
</li>
|
</div>
|
||||||
<li id="vip">
|
<div id="vip">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<img
|
<img
|
||||||
src="/assets/images/NSW2-BUTTON-VIP-NEW.png"
|
src="/assets/images/NSW2-BUTTON-VIP-NEW.png"
|
||||||
|
@ -37,8 +37,8 @@
|
||||||
class="button"
|
class="button"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</div>
|
||||||
<li id="dealersden">
|
<div id="dealersden">
|
||||||
<a
|
<a
|
||||||
href="https://docs.google.com/forms/d/e/1FAIpQLSfDjBqwumbZkjznuFKWVsbVTARF1jxbFsJc0jYflWhsQ8Pzmw/viewform"
|
href="https://docs.google.com/forms/d/e/1FAIpQLSfDjBqwumbZkjznuFKWVsbVTARF1jxbFsJc0jYflWhsQ8Pzmw/viewform"
|
||||||
>
|
>
|
||||||
|
@ -48,8 +48,8 @@
|
||||||
class="button"
|
class="button"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</div>
|
||||||
</ul>
|
</div>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue