diff options
author | papush | 2021-05-01 01:11:00 +0200 |
---|---|---|
committer | papush | 2021-05-01 01:11:00 +0200 |
commit | c52888b5c2865d7e4ee414888bc0da89c8ba5446 (patch) | |
tree | 3a15f766315a45fdca6e731b222b91b30be4813a /chrome/redirector.html | |
parent | 8183e6fee716b503da0350eddde7e1355146fed5 (diff) |
rebrand
Diffstat (limited to 'chrome/redirector.html')
-rw-r--r-- | chrome/redirector.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/redirector.html b/chrome/redirector.html index 68300c1..96fe24d 100644 --- a/chrome/redirector.html +++ b/chrome/redirector.html @@ -1,13 +1,13 @@ <!DOCTYPE html> <html> <head> - <title>Redirector Extension Settings</title> + <title>URL Rewriter Extension Settings</title> <link rel="stylesheet" href="css/redirector.css?sfsdf" /> <script type="text/javascript" src="js/jquery-1.6.2.min.js"></script> <script type="text/javascript" src="js/redirector-ui.js"></script> </head> <body> - <h1>Redirector</h1> + <h1>URL Rewriter</h1> <h5>Go where <em>YOU</em> want!</h5> <div id="actions"> <button id="new-redirect">New Redirect...</button> |