aboutsummaryrefslogtreecommitdiff
path: root/popup.html
diff options
context:
space:
mode:
Diffstat (limited to 'popup.html')
-rw-r--r--popup.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/popup.html b/popup.html
index f651ab0..db72080 100644
--- a/popup.html
+++ b/popup.html
@@ -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>