CommonHtml/public/header-snippet.html
2025-09-05 14:14:23 +02:00

27 lines
1.1 KiB
HTML

<a href="https://thepenguinontheweb.tech/index.html" class="header-link">
The land of the penguin
</a>
<template id="back-button-template">
<div class="back-button"">
<svg width=" 24" height="8" viewBox="0 0 16 8" fill="none" class="arrow-icon">
<path d="M15 4H4V1" stroke="#CDF5FF" />
<path d="M14.5 4H3.5H0" stroke="#CDF5FF" />
<path
d="M15.8536 4.35355C16.0488 4.15829 16.0488 3.84171 15.8536 3.64645L12.6716 0.464466C12.4763 0.269204 12.1597 0.269204 11.9645 0.464466C11.7692 0.659728 11.7692 0.976311 11.9645 1.17157L14.7929 4L11.9645 6.82843C11.7692 7.02369 11.7692 7.34027 11.9645 7.53553C12.1597 7.7308 12.4763 7.7308 12.6716 7.53553L15.8536 4.35355ZM15 4.5L15.5 4.5L15.5 3.5L15 3.5L15 4.5Z"
fill="#CDF5FF" />
</svg>
</div>
</template>
<template id="login-template">
<a href="https://penglogin.thepenguinontheweb.tech" class="header-link">
Login
</a>
</template>
<template id="my-account-template">
<a href="https://penglogin.thepenguinontheweb.tech/myaccount" class="header-link">
My Account
</a>
</template>