-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchrome2chrome.html
35 lines (34 loc) · 932 Bytes
/
chrome2chrome.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
<html>
<body bgcolor="whitesmoke">
<table width="250px">
<tr height="30px" valing="center">
<td align="center">
<span id="content"><div id="tab1" style="display:block">
<h3>Chrome2Chrome</h3>
<div id="sendTo"></div>
<div id="lastOpened">
<div style="display:block" id="marker">
</div>
<hr width="50%"/>
</div>
<div id="lastSent">
<div style="display:block" id="sentMarker">
</div>
</div>
<div style="display:none" id="credentials">
<hr width="50%"/>
</div>
</div>
<div id="tab2" style="display:none">
</div>
</span>
<font size="-2">
<hr width="50%"/>
(c) 2010-<span id="year">2017</span> by <a target="blank" href="http://www.przemelek.pl/kontakt">Przemyslaw Rumik</a></font>
<font size="-2"><p align="right"><a id="manageButton" href="#">Manage</a></p></font>
</td>
</tr>
</table>
<script src="chrome2chrome.js"></script>
</body>
</html>