mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-28 00:03:34 +00:00
12 lines
315 B
HTML
12 lines
315 B
HTML
<link
|
|
rel="stylesheet"
|
|
media="all"
|
|
type="text/css"
|
|
href="<.= &*crate::VERIFICATIN_WIDGET_CSS .>"
|
|
/>
|
|
<script src="<.= &*crate::VERIFICATIN_WIDGET_JS .>"></script>
|
|
<script src="<.= &*crate::WIDGET_ROUTES.js .>"></script>
|
|
<script src="<.= &*crate::WIDGET_ROUTES.wasm .>"></script>
|
|
</body>
|
|
</html>
|