mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 14:11:23 -04:00
Update to popup UI and addition of toggle
This commit is contained in:
parent
19244c7146
commit
eeae741262
2 changed files with 108 additions and 14 deletions
|
@ -8,11 +8,18 @@
|
|||
<body>
|
||||
<div id="active">
|
||||
<img src="icons/status-off.png" />
|
||||
<p></p>
|
||||
<p></p>
|
||||
</div>
|
||||
<div class="learn">
|
||||
<a target="_blank" href="https://snowflake.torproject.org/">Learn more</a>
|
||||
</div>
|
||||
</body>
|
||||
<p></p>
|
||||
<p></p>
|
||||
</div>
|
||||
<div class="b toggle">
|
||||
<label>Turn Off</label>
|
||||
<label class="switch">
|
||||
<input 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue