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