-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo_bookmark_ru.html
19 lines (19 loc) · 1.49 KB
/
demo_bookmark_ru.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=windows-1251">
<title>Demo with bookmark</title>
<style type="text/css">
html, body { height: 100%; margin: 0; padding: 0; margin:0 0px;}
html>body #all { height: auto; min-height: 100%; }
#all { height: 100%; width:502px; position: relative; color: #404040;margin:0 auto;}
#empty, #footer { height: 32px; }
#footer { bottom: 0; left: 0; margin-bottom:10px; position: absolute; width: 570px; display:block; background:url('/images/footer.gif');border:1px #376FA7 solid;}
body {background:#D1EAF4;font-size:12px;font-family: Arial;}
</style>
</head>
<body>
<a href="javascript:(function(){var%20ele=document.documentElement.appendChild(document.createElement('script'));ele.charset='windows-1251';ele.src='http://2s.ru/2012/t142_browser_suggest/browser_suggest_ru.js';/*ele.parentNode.removeChild(ele);*/})()">BOOKMARK or click this with default browser check</a><br>
<a href="javascript:(function(){%20stable_browsers={'Explorer':10,'Firefox':25,'Opera':15,'Chrome':22,'Safari':7};var%20ele=document.documentElement.appendChild(document.createElement('script'));ele.charset='windows-1251';ele.src='http://2s.ru/2012/t142_browser_suggest/browser_suggest_ru.js';/*ele.parentNode.removeChild(ele);*/})()">BOOKMARK or click this with force browser check (stable_browsers={'Explorer':10,'Firefox':25,'Opera':15,'Chrome':22})</a>
</body>
</html>