-
Notifications
You must be signed in to change notification settings - Fork 1
/
newtab.html
37 lines (34 loc) · 1.22 KB
/
newtab.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Новая вкладка</title>
<link rel="stylesheet" type="text/css" href="css/fullScreener.css">
<link rel="shortcut icon" href="images/icon16.png">
<script src="js/newTab.js"></script>
<style>
#fullScreener_Tabs ul li{
max-width:auto;
width:450px;
}
</style>
</head>
<body>
<div id="fullScreener_Bar" style="top: 0px; ">
<div class="backGrd"></div>
<div id="fullScreener_back" class="unactive"></div>
<div id="fullScreener_forward" class="unactive"></div>
<div id="fullScreener_reload" class="unactive"></div>
<div id="fullScreener_tabs_btn" class="unactive"></div>
<div id="fullScreener_favorites"></div>
<input id="fullScreener_search" type="text" value="" autofocus="autofocus" size="20">
<div id="fullScreener_newtab"></div>
<div id="fullScreener_closetab"></div>
</div>
<table id="fullScreener_Tabs_Table" style="display: table; "><tbody><tr><td><div id="fullScreener_Tabs"><div id="fullScreener_Tabs_Bg"></div></div></td></tr></tbody></table>
<div id="fullScreener_Favorites_div">
<div class="fullScreener_Favorites_bg"></div>
<div id="fullScreener_tree"></div>
</div>
</body>
</html>