Files
Netbox-Store/store/templates/partials/footer.php
T
MrBlake f36d6be511
CI / php-store (push) Waiting to run
CI / python-components (push) Waiting to run
feat: add NetBox plugin store
2026-08-24 20:51:25 +02:00

17 lines
414 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="/api/v1/plugins/">Catalog API v1</a>
<a href="/healthz">Systemstatus</a>
</div>
</div>
</footer>
</body>
</html>