Files
microw8/site/templates/index.html

14 lines
420 B
HTML

{% extends "juice/templates/index.html" %}
{% block hero %}
<div>
<section>
<h1 class="text-center heading-text">A WebAssembly based sizecoding platform</h1>
</section>
<a href="v0.1pre3">
<div class="demonstration-gif" style="width:640px;height:512px;background-color:black"></div>
</a>
</div>
{% endblock hero %}
{% block footer %}
{% endblock footer %}