This repository has been archived on 2023-02-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-buildbot/templates/root.html

18 lines
315 B
HTML
Raw Normal View History

{% extends 'layout.html' %}
{% import 'forms.html' as forms %}
{% block content %}
<h1>Blender&nbsp;Buildbot</h1>
<div class="column">
<h3><a href="download">Download latest builds</a></h3>
<h3><a href="http://wiki.blender.org/index.php/Dev:Doc/BuildBot">Buildbot setup notes</a></h3>
</div>
{% endblock %}