|
|
|
|
@ -38,6 +38,21 @@ |
|
|
|
|
{% endcompress %} |
|
|
|
|
|
|
|
|
|
<link rel="shortcut icon" type="image/png" href="{% static 'img/favicon.png' %}"/> |
|
|
|
|
<!-- Start of LiveChat (www.livechatinc.com) code --> |
|
|
|
|
<script type="text/javascript"> |
|
|
|
|
window.__lc = window.__lc || {}; |
|
|
|
|
window.__lc.license = 9917240; |
|
|
|
|
(function() { |
|
|
|
|
var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true; |
|
|
|
|
lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js'; |
|
|
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s); |
|
|
|
|
})(); |
|
|
|
|
</script> |
|
|
|
|
<noscript> |
|
|
|
|
<a href="https://www.livechatinc.com/chat-with/9917240/">Напишите нам</a>, |
|
|
|
|
powered by <a href="https://www.livechatinc.com/?welcome" rel="noopener" target="_blank">LiveChat</a> |
|
|
|
|
</noscript> |
|
|
|
|
<!-- End of LiveChat code --> |
|
|
|
|
<script> |
|
|
|
|
var viewportmeta = document.querySelector('meta[name="viewport"]'); |
|
|
|
|
if (viewportmeta) { |
|
|
|
|
|