-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.html
More file actions
19 lines (18 loc) · 763 Bytes
/
popup.html
File metadata and controls
19 lines (18 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html>
<head>
<title>Webcensor</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="extension-content">
<a href="http://webcensorapp.com/?utm_source=Chrome&utm_medium=Extension&utm_campaign=Logo" target="_blank">
<p style="text-align:center;margin:5px 0 10px 0"><img src="http://webcensorapp.com/images/light-logo.png" style="width:200px;" alt="WebCensorApp" title="WebCensorApp" /></p>
</a>
<ul class="menu">
<li><a href="options.html">Settings</a></li>
<li><a href="http://webcensorapp.com/?utm_source=Chrome&utm_medium=Extension&utm_campaign=Plugins" target="_blank">Visit our website</a></li>
</ul>
</div>
</body>
</html>