- delete obsolete images - resort images by folders - add proper alt= parameters and standartized closing to <img> tags
20 lines
721 B
HTML
20 lines
721 B
HTML
<a id="banner" href="https://git.kolibrios.org" target="_blank">
|
|
<table>
|
|
<tr>
|
|
<td valign="top" width="128">
|
|
<img src="{{ url_for('static', filename='img/logo.png') }}" alt="KolibriOS">
|
|
</td>
|
|
<td valign="top">
|
|
<h1>{{ locale['git']['header'] }}</h1>
|
|
<p>{{ locale['git']['text'] }}</p>
|
|
<p class="p-link">
|
|
<a href="https://git.kolibrios.org">https://git.kolibrios.org</a>
|
|
</p>
|
|
</td>
|
|
<td valign="top" width="128">
|
|
<img src="{{ url_for('static', filename='img/gitea.png') }}" alt="Gitea">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</a>
|