mCaptcha/templates/components/footers.html

20 lines
359 B
HTML
Raw Normal View History

2021-05-07 21:59:19 +03:00
</main>
2021-05-25 18:10:57 +03:00
<. include!("./details-footer/index.html"); .>
2021-05-09 16:29:23 +03:00
</div>
2021-05-25 18:10:57 +03:00
<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 .>"
/>
2021-04-09 11:51:43 +03:00
<script src="<.= &*crate::JS .>"></script>
2021-05-25 18:10:57 +03:00
</body>
2021-04-09 11:51:43 +03:00
</html>