mCaptcha/templates/auth/logo.html

12 lines
280 B
HTML
Raw Normal View History

<!--
SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
SPDX-License-Identifier: AGPL-3.0-or-later
-->
2021-07-03 17:02:40 +00:00
<a href="/" >
<img src="<.=
crate::FILES.get("./static/cache/img/icon-trans.png").unwrap().>"
class="auth__logo" alt="mcaptcha logo" />
</a>