blob: 3522301bc83b684852eb515320c300d772be6def (
plain)
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
29
30
31
32
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>⚠ HTTPS Everywhere ⚠</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="/images/icons/icon-blocking-38.png">
</head>
<body>
<div class="content">
<h1 id="https-everywhere">
<img src="/images/banner-red.svg" alt="HTTPS Everywhere">
</h1>
<p data-i18n="cancel_he_blocking_explainer"></p>
<p id="url-paragraph">
<span id="url-label">URL: </span><span id="url-value"></span>
</p>
<div class="actions">
<button id="open-url-button" data-i18n="cancel_open_page"></button>
<button id="http-once-button" data-i18n="cancel_http_once"></button>
</div>
<script src="../translation.js"></script>
<script src="../util.js"></script>
<script src="ux.js"></script>
</div>
</body>
</html>
|