aboutsummaryrefslogtreecommitdiff
path: root/popup.html
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2015-09-14 14:26:18 +0000
committerEinar Egilsson <einar@einaregilsson.com>2015-09-14 14:26:18 +0000
commite2cc4f87d36006d74cdcef7362dd51728802d4aa (patch)
tree3c17595a8ed75797b28c346b7d4bfd15d6e68acd /popup.html
parent4f421c63472ece0bd6d83d4a64db5168f9f6ba58 (diff)
Almost ready
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>