Login-Seite: Powered-by-BGG-Logo ergänzt

This commit is contained in:
Flo Hartmann
2026-08-25 12:13:01 +00:00
parent ca6d94938c
commit d91402881a

View File

@@ -32,5 +32,11 @@
</button> </button>
</form> </form>
</div> </div>
<div class="mt-6 text-center">
<a href="https://boardgamegeek.com" target="_blank" rel="noopener noreferrer">
<img src="/static/powered-by-bgg.png" alt="Powered by BoardGameGeek"
width="120" height="35" class="inline-block opacity-80 hover:opacity-100">
</a>
</div>
</body> </body>
</html> </html>