2021-05-08 00:29:19 +05:30
|
|
|
</main>
|
2021-05-25 20:40:57 +05:30
|
|
|
<. include!("./details-footer/index.html"); .>
|
2021-05-09 18:59:23 +05:30
|
|
|
</div>
|
2021-05-25 20:40:57 +05:30
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
media="all"
|
|
|
|
type="text/css"
|
|
|
|
href="<.= &*crate::CSS .>"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
2021-07-22 12:35:25 +05:30
|
|
|
media="screen and (max-width: 1250px)"
|
2021-05-25 20:40:57 +05:30
|
|
|
type="text/css"
|
|
|
|
href="<.= &*crate::MOBILE_CSS .>"
|
|
|
|
/>
|
2021-04-09 14:21:43 +05:30
|
|
|
<script src="<.= &*crate::JS .>"></script>
|
2021-06-28 23:03:15 +05:30
|
|
|
<. include!("../components/error/index.html"); .>
|
2021-05-25 20:40:57 +05:30
|
|
|
</body>
|
2021-04-09 14:21:43 +05:30
|
|
|
</html>
|