mCaptcha/templates/components/footers.html

20 lines
410 B
HTML

</main>
<. include!("./details-footer/index.html"); .>
</div>
<link
rel="stylesheet"
media="all"
type="text/css"
href="<.= &*crate::CSS .>"
/>
<link
rel="stylesheet"
media="screen and (max-width: 1250px)"
type="text/css"
href="<.= &*crate::MOBILE_CSS .>"
/>
<script src="<.= &*crate::JS .>"></script>
<. include!("../components/error/index.html"); .>
</body>
</html>