diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2015-09-14 14:26:18 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2015-09-14 14:26:18 +0000 |
commit | e2cc4f87d36006d74cdcef7362dd51728802d4aa (patch) | |
tree | 3c17595a8ed75797b28c346b7d4bfd15d6e68acd /popup.html | |
parent | 4f421c63472ece0bd6d83d4a64db5168f9f6ba58 (diff) |
Almost ready
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> |