main.html 445 B

12345678910111213141516171819
  1. {% extends "base.html" %}
  2. {%block title%}Main{%endblock%}
  3. {%block content%}
  4. <div class="content big">
  5. <h1>BepInBuilds</h1>
  6. <p>
  7. Welcome to BepInBuilds! <br/>
  8. This page contains different artifacts produced by the CI service used by <a href="https://github.com/bepinex">BepInEx organization</a>.
  9. </p>
  10. <p>
  11. Select a project in the side menu to view artifacts and description.
  12. </p>
  13. </div>
  14. {%endblock%}