diff options
author | Amin Bandali <bandali@gnu.org> | 2020-04-08 21:52:58 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-04-08 21:52:58 -0400 |
commit | 61dd7225c7b6a2bb9346c76926b5e96264f831b8 (patch) | |
tree | 871f406fd2e3dfbfde8645615426e1c4ee15db23 /data/extensions/https-everywhere@eff.org/pages/onboarding/updated.html | |
parent | f6e3adb6b2344ee2c7bb453a305fd2d6fb4c194c (diff) |
Update HTTPS Everywhere to 2020.3.16.
Diffstat (limited to 'data/extensions/https-everywhere@eff.org/pages/onboarding/updated.html')
-rw-r--r-- | data/extensions/https-everywhere@eff.org/pages/onboarding/updated.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/data/extensions/https-everywhere@eff.org/pages/onboarding/updated.html b/data/extensions/https-everywhere@eff.org/pages/onboarding/updated.html new file mode 100644 index 0000000..fc730a3 --- /dev/null +++ b/data/extensions/https-everywhere@eff.org/pages/onboarding/updated.html @@ -0,0 +1,38 @@ +<!doctype html> +<html class="no-js" lang=""> + +<head> + <meta charset="utf-8"> + <title>What's Updated</title> + <meta name="description" content="Updates"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="style.css"> + <link rel="icon" href="/images/icons/icon-active-38.png"> +</head> + +<body> + <header> + <img src="/images/onboarding/httpseverywhere-logo.png" alt="HTTPS Everywhere"> + </header> + <h1 class="description" data-i18n="onboarding_intro"></h1> + <section class="updates"> + <h1 class="updates_header" data-i18n="onboarding_header"></h1> + <hr> + <div class="updates_details"> + <h2 class="updates_details_list" data-i18n="onboarding_details_one"></h2> + <img src="https://raw.githubusercontent.com/EFForg/https-everywhere/master/chromium/images/onboarding/ease_badssl.gif" alt="EASE Mode GIF Demo" aria-hidden="true"/> + </div> + <div class="updates_details"> + <h2 class="updates_details_list" data-i18n="onboarding_details_two"></h2> + <img src="https://raw.githubusercontent.com/EFForg/https-everywhere/master/chromium/images/onboarding/add_disabled_site.gif" alt="Options GIF Demo" aria-hidden="true"/> + </div> + </section> + <footer> + <img class="footer_img" src="/images/eff-logo-monogram-red.png" alt="EFF Logo" aria-hidden="true"/> + <p data-i18n="onboarding_footer"></p> + </footer> + + <script src="../translation.js"></script> +</body> + +</html> |