diff options
Diffstat (limited to 'popup.html')
-rw-r--r-- | popup.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,14 +1,14 @@ <!DOCTYPE html> <html> <head> - <title>Redirector</title> + <title>REDIRECTOR</title> <link rel="stylesheet" href="css/popup.css" /> <meta charset="UTF-8"> <script src="js/angular.min.js"></script> <script src="js/popup.js"></script> </head> <body ng-app="popupApp" ng-controller="PopupCtrl"> - <h1><span>☈</span>edirector</h1> + <h1>REDIRECTOR</h1> <div class="disabled"><span ng-show="disabled">Disabled</span></div> <button ng-click="toggleDisabled()">{{disabled ? 'Enable Redirector' : 'Disable Redirector'}}</button> <button ng-click="openRedirectorSettings()">Edit Redirects</button> |