Files
mCaptcha/templates/widget/footer.html
2023-07-03 23:19:51 +05:30

16 lines
328 B
HTML

<!--
SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
SPDX-License-Identifier: MIT OR Apache-2.0
-->
<link
rel="stylesheet"
media="all"
type="text/css"
href="<.= &*crate::VERIFICATIN_WIDGET_CSS .>"
/>
<script src="<.= &*crate::VERIFICATIN_WIDGET_JS .>"></script>
</body>
</html>