12345678910111213141516171819 |
- {% extends "base.html" %}
- {%block title%}Main{%endblock%}
- {%block content%}
- <div class="content is-medium">
- <h1>BepisBuilds</h1>
- <p>
- Welcome to BepisBuilds! <br/>
- This page contains different artifacts produced by the CI service used by <a href="https://github.com/bepinex">BepInEx organization</a>.
- </p>
- <p>
- Select a project in the side menu to view artifacts and description.
- </p>
- </div>
- {%endblock%}
|