Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<noscript> <style>body { display: none; }</style> </noscript>
<html> <head> <noscript> <meta http-equiv="refresh" content="0;url=http://site/blank.html"> </noscript> </head> </html>
$(document).ready(function(){ $("head").append($("<link rel='stylesheet' href='style.css' type='text/css'>")); });