Files
pytest2/doc/en/_templates/sidebar/brand.html
T
2024-05-21 16:11:45 +00:00

8 lines
204 B
HTML

<style>
.logo {text-align: center;}
</style>
<a class="logo" href="{{ pathto('contents') }}">
<img src="{{ pathto('_static/pytest1.png', 1) }}" width="70%" height="70%" text="Pytest Logo"/>
</a>