-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsimple-popup.html
More file actions
29 lines (29 loc) · 791 Bytes
/
simple-popup.html
File metadata and controls
29 lines (29 loc) · 791 Bytes
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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Yathit</title>
<link rel="stylesheet" type="text/css" href="css/popup.css">
<style>
ul {
list-style: none;
margin-left: 4px;
}
</style>
</head>
<body class="popup">
<section id="feed"></section>
<script src="js/simple-popup.js"></script>
<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>
</footer>
</body>
</html>