mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
25 lines
623 B
HTML
25 lines
623 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" href="popup.css" />
|
|
<script src="popup.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="active">
|
|
<img src="icons/status-on.png" />
|
|
<p></p>
|
|
<p></p>
|
|
</div>
|
|
<div class="b toggle">
|
|
<label id=toggle>Turn On</label>
|
|
<label class="switch">
|
|
<input id="enabled" type="checkbox" checked/>
|
|
<span class="slider round"></span>
|
|
</label>
|
|
</div>
|
|
<div class="b learn">
|
|
<a target="_blank" href="https://snowflake.torproject.org/">Learn more</a>
|
|
</div>
|
|
</body>
|
|
</html>
|