diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-09-13 16:56:44 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-09-13 16:56:44 +0200 |
commit | 2bd35bc4b0d32b70320b06d932db90e75e89373e (patch) | |
tree | d38333de0b9cf54d31d35812784aeca367bea42e /html/options.html | |
parent | 947fbdefffe0f6010e32abbfdce2f4b388d3f7f7 (diff) | |
download | browser-extension-2bd35bc4b0d32b70320b06d932db90e75e89373e.tar.gz browser-extension-2bd35bc4b0d32b70320b06d932db90e75e89373e.zip |
rename the extension to "Haketilo"
Diffstat (limited to 'html/options.html')
-rw-r--r-- | html/options.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/html/options.html b/html/options.html index 54ab9e8..2e8317c 100644 --- a/html/options.html +++ b/html/options.html @@ -1,12 +1,16 @@ <!doctype html> <!-- + This file is part of Haketilo. + + Function: Extension's settings page. + Copyright (C) 2021 Wojtek Kosior Redistribution terms are gathered in the `copyright' file. --> <html> <head> <meta charset="utf-8"/> - <title>Hachette options</title> + <title>Haketilo options</title> <link type="text/css" rel="stylesheet" href="reset.css" /> <link type="text/css" rel="stylesheet" href="base.css" /> <link type="text/css" rel="stylesheet" href="table.css" /> |