mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2024-11-23 18:05:54 +03:00
20 lines
410 B
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>
|