Files
MrBlake 26aea40e6a
CI / php-store (push) Waiting to run
CI / python-components (push) Waiting to run
feat: install plugins from approved source commits
2026-08-24 21:37:17 +02:00

18 lines
461 B
PHP

<?php declare(strict_types=1); ?>
</main>
<footer class="site-footer">
<div class="shell footer-inner">
<div>
<strong>NetBox Plugin Store</strong>
<p>Freigegebene Metadaten, reproduzierbar geprüfte Artefakte.</p>
</div>
<div class="footer-links">
<a href="/installation">Installation</a>
<a href="/api/v1/plugins/">Catalog API v1</a>
<a href="/healthz">Systemstatus</a>
</div>
</div>
</footer>
</body>
</html>