mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 09:35:35 -07:00
13 lines
402 B
HTML
13 lines
402 B
HTML
{% include header.html %}
|
|
<hero>
|
|
<div id="buttons">
|
|
<h1>Revolutionize your <br> retro gaming experience.</h1>
|
|
<a href="https://github.com/86Box/86Box#automatic-builds"><button>Download Nightly</button></a>
|
|
<a href="https://github.com/86Box/86Box/releases/tag/v2.07"><button>Download Stable</button></a>
|
|
</div>
|
|
</hero>
|
|
<main>
|
|
{{ content }}
|
|
</main>
|
|
{% include footer.html %}
|