mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
widget noscript and styling
This commit is contained in:
9
templates/widget/footer.html
Normal file
9
templates/widget/footer.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<link
|
||||
rel="stylesheet"
|
||||
media="all"
|
||||
type="text/css"
|
||||
href="<.= &*crate::VERIFICATIN_WIDGET_CSS .>"
|
||||
/>
|
||||
<script src="<.= &*crate::VERIFICATIN_WIDGET_JS .>"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user