2016-02-03 20:28:31 -08:00
|
|
|
<!doctype html>
|
|
|
|
|
<html>
|
2019-07-14 09:41:51 +02:00
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<!-- This should be essentially be a no-opt in the popup -->
|
|
|
|
|
<meta http-equiv="refresh" content="86400" />
|
2019-10-01 16:45:04 -04:00
|
|
|
<title>Snowflake</title>
|
|
|
|
|
<link rel="icon" id="icon" href="assets/toolbar-off.ico" />
|
2019-07-14 09:41:51 +02:00
|
|
|
<link rel="stylesheet" href="embed.css" />
|
|
|
|
|
<script src="popup.js"></script>
|
|
|
|
|
<script src="embed.js"></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="active">
|
2019-07-23 10:13:46 -06:00
|
|
|
<div id="statusimg"></div>
|
2019-08-14 13:45:15 -04:00
|
|
|
<p id="statustext">__MSG_popupStatusOff__</p>
|
2019-07-22 16:51:33 -06:00
|
|
|
<p id="statusdesc"></p>
|
2017-01-02 14:08:33 -08:00
|
|
|
</div>
|
2019-07-14 09:41:51 +02:00
|
|
|
<div class="b button">
|
2019-09-27 18:50:24 -04:00
|
|
|
<label id="toggle" for="enabled">__MSG_popupEnabled__</label>
|
2019-07-14 09:41:51 +02:00
|
|
|
<label class="switch">
|
|
|
|
|
<input id="enabled" type="checkbox" />
|
|
|
|
|
<span class="slider round"></span>
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="b learn">
|
2019-08-14 13:45:15 -04:00
|
|
|
<a target="_blank" href="https://snowflake.torproject.org/">__MSG_popupLearnMore__</a>
|
2019-07-14 09:41:51 +02:00
|
|
|
</div>
|
|
|
|
|
</body>
|
2016-02-03 20:28:31 -08:00
|
|
|
</html>
|