mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-18 20:10:12 +01:00
Add lazy loading to space API image
This commit is contained in:
parent
ab7f4841d0
commit
03c796940d
1 changed files with 5 additions and 1 deletions
|
@ -40,7 +40,11 @@
|
|||
<li><a id="theme-toggle" title="Theme wechseln" aria-label="Theme wechseln" onclick="themeToggle()"></a></li>
|
||||
{% endif %}
|
||||
<!-- Spacestatus -->
|
||||
<li><a href="https://www.netz39.de/status/"><img alt="status" src="https://spaceapi.n39.eu/state.png" class="spacestatus"></a></li>
|
||||
<li>
|
||||
<a href="https://www.netz39.de/status/">
|
||||
<img loading="lazy" alt="status" src="https://spaceapi.n39.eu/state.png" class="spacestatus">
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
Loading…
Reference in a new issue