mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Fixed bug with buttons
This commit is contained in:
parent
1c39b7ede1
commit
a9a84191a8
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@
|
|||
<div class="main-container">
|
||||
<h2>Downloads</h2>
|
||||
<p>We provide downloads for worlds and schematics on the server, to make it easy for you to export your creations. The downloads update every five minutes.</p>
|
||||
<a href="https://github.com/flameserver/downloads/archive/schematics.zip">Schematics</a>
|
||||
<a href="https://github.com/flameserver/downloads/archive/worlds.zip">Worlds</a>
|
||||
<a href="https://github.com/flameserver/downloads/archive/schematics.zip" class="button">Schematics</a>
|
||||
<a href="https://github.com/flameserver/downloads/archive/worlds.zip" class="button">Worlds</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue