mCaptcha/templates/auth/logo.html

6 lines
149 B
HTML
Raw Normal View History

2021-07-03 22:32:40 +05:30
<a href="/" >
<img src="<.=
crate::FILES.get("./static/cache/img/icon-trans.png").unwrap().>"
class="auth__logo" alt="mcaptcha logo" />
</a>