mCaptcha/templates/auth/logo.html
2021-07-03 22:32:40 +05:30

5 lines
149 B
HTML

<a href="/" >
<img src="<.=
crate::FILES.get("./static/cache/img/icon-trans.png").unwrap().>"
class="auth__logo" alt="mcaptcha logo" />
</a>