mCaptcha/templates/components/footers.html
2021-05-25 20:40:57 +05:30

19 lines
359 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: 768px)"
type="text/css"
href="<.= &*crate::MOBILE_CSS .>"
/>
<script src="<.= &*crate::JS .>"></script>
</body>
</html>