-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.html
More file actions
19 lines (16 loc) · 721 Bytes
/
popup.html
File metadata and controls
19 lines (16 loc) · 721 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>XCoach Intervention Page</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<h1>Navigate to X to use XCoach!</h1>
<p>Nothing else to see here. Why don't you unpin to save space?</p>
<div id="pageFooter">
<a href="https://medium.com/@baogorek/xcoach-a-chrome-extension-for-a-desktop-x-addiction-c229161c455a" target="_blank">About</a>
<a href="https://us21.list-manage.com/contact-form?u=14a6103181dad2d5ea87f83c8&form_id=af44a2d187fa4f66659241aff57d2d28" target="_blank">Submit Issues or Feedback </a>
<a href="http://eepurl.com/iKqI_k" target="_blank">Join the XCoach Mailing List</a>
</div>
</body>
</html>