mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 14:11:23 -04:00
28 lines
852 B
HTML
28 lines
852 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<!-- This should be essentially be a no-opt in the popup -->
|
|
<meta http-equiv="refresh" content="86400" />
|
|
<link rel="stylesheet" href="embed.css" />
|
|
<script src="popup.js"></script>
|
|
<script src="embed.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="active">
|
|
<div id="statusimg"></div>
|
|
<p id="statustext">__MSG_popupStatusOff__</p>
|
|
<p id="statusdesc"></p>
|
|
</div>
|
|
<div class="b button">
|
|
<label id="toggle" for="enabled">__MSG_popupEnabled__</label>
|
|
<label class="switch">
|
|
<input id="enabled" type="checkbox" />
|
|
<span class="slider round"></span>
|
|
</label>
|
|
</div>
|
|
<div class="b learn">
|
|
<a target="_blank" href="https://snowflake.torproject.org/">__MSG_popupLearnMore__</a>
|
|
</div>
|
|
</body>
|
|
</html>
|