nit: added footer with version and github.

This commit is contained in:
2025-10-08 16:32:04 +03:00
parent 584ced252f
commit f292bd7149
3 changed files with 55 additions and 0 deletions

View File

@@ -149,6 +149,16 @@
</div>
</div>
<footer class="footer">
<div class="footer-content">
<span class="version">v<span id="version-number">...</span></span>
<a href="https://github.com/obsqrbtz/goose-highlighter" target="_blank" class="github-link">
<i class="fa-brands fa-github"></i>
<span>GitHub</span>
</a>
</div>
</footer>
<script type="module" src="../dist/popup/popup.js"></script>
</body>