-
Notifications
You must be signed in to change notification settings - Fork 5
/
popup.html
33 lines (29 loc) · 870 Bytes
/
popup.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Yathit CRMinInInbox</title>
<link rel="stylesheet" type="text/css" href="css/popup.css">
</head>
<body class="popup ydn-crm">
<ul class="host-permission"></ul>
<ul class="feeds"></ul>
<div id="content">
</div>
<footer>
<div>
<span class="left">
<a href="option-page.html" target="option-page">Home</a>
</span>
<span class="right">
<a href="https://yathit.uservoice.com/" target="yathit.uservoice.com">Feedback</a> |
<a href="https://crm.yathit.com/crmininbox/user-guide/index.html" target="help">Help</a>
</span>
</div>
<div id="status-bar">
<span id="status-bar-message">
</span>
</div>
</footer>
</body>
</html>