forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.html
More file actions
executable file
·28 lines (24 loc) · 919 Bytes
/
popup.html
File metadata and controls
executable file
·28 lines (24 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<head>
<title i18n="about_ext_name"></title>
<!-- Local copy of chrome://resources/css/chrome_shared.css -->
<link href="chrome-resources/css/chrome_shared.css" rel="stylesheet" type="text/css"/>
<link href="popup.css" rel="stylesheet" type="text/css"/>
<script src="popup.js"></script>
</head>
<body>
<header>
<h1 i18n="about_ext_name"></h1>
</header>
<section id="StableRules" class="rules">
<h3 i18n="chrome_stable_rules"></h3>
<p class="description" i18n="chrome_stable_rules_description"></p>
</section>
<section id="UnstableRules" class="rules">
<h3 i18n="chrome_experimental_rules"></h3>
<p class="description" i18n="chrome_experimental_rules_description"></p>
</section>
<footer>
<a id="whatIsThis" href="https://www.eff.org/https-everywhere" target="_blank" tabindex="-1" i18n="chrome_what_is_this">blah</a>
<!-- <a href="" title="HTTPS Everywhere Options">Options</a> --->
</footer>
</body>