change a mistake

This commit is contained in:
florian 2025-09-05 22:49:45 +02:00
parent 3bcedd3c1c
commit 8b80dc7592

View File

@ -15,13 +15,13 @@
</template> </template>
<template id="login-template"> <template id="login-template">
<a href="https://penglogin.thepenguinontheweb.tech" class="button"> <a href="https://login.thepenguinontheweb.tech" class="button">
Login Login
</a> </a>
</template> </template>
<template id="my-account-template"> <template id="my-account-template">
<a href="https://penglogin.thepenguinontheweb.tech/myaccount" class="button"> <a href="https://login.thepenguinontheweb.tech/myaccount" class="button">
My Account My Account
</a> </a>
</template> </template>