![javascript](https://habrastorage.org/r/w120/webt/59/cc/76/59cc7600c78a2239379574.jpeg)
JavaScript
11
Вклад в тег
$('#blackstyle').click(function (){
$('link[href="style1.css"]').attr('href', 'style2.css');
});
$('#original').click(function (){
$('link[href="style2.css"]').attr('href', 'style1.css');
});
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]