Index: go-back-with-backspace/pages/popup.html |
diff --git a/go-back-with-backspace/pages/popup.html b/go-back-with-backspace/pages/popup.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ff4d6eda8dfdf0b2031f87108af1cf925e9f8f11 |
--- /dev/null |
+++ b/go-back-with-backspace/pages/popup.html |
@@ -0,0 +1,28 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+ <title i18n="popupTitle"></title> |
+ <link rel="stylesheet" type="text/css" href="popup.css"> |
+</head> |
+ |
+<body> |
+ <h1 i18n="extensionName"></h1> |
+ <div id="current_url"></div> |
+ <div> |
+ <button i18n="popupAddBlacklist" id="list_edit_button"></button><br> |
+ </div> |
+ |
+ <div id="messages"> |
+ <div id="status"> </div> |
+ <div id="file_url_message" hidden> |
+ <a href="" i18n="popupFileURL" id="open_extensions"></a> |
+ </div> |
+ </div> |
+ |
+ <a href="" i18n="sendFeedback" id="report_page"></a> |
+ <a href="" i18n="openOptions" id="open_options"></a> |
+ |
+ <script src="common.js"></script> |
+ <script src="popup.js"></script> |
+</body> |
+</html> |