mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 14:11:23 -04:00
Enable snowflake extension by default
This commit is contained in:
parent
d1bcc3cc3e
commit
f6f37c7e68
5 changed files with 20 additions and 18 deletions
|
@ -7,14 +7,14 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="active">
|
||||
<img src="icons/status-off.png" />
|
||||
<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"/>
|
||||
<input id="enabled" type="checkbox" checked/>
|
||||
<span class="slider round"></span>
|
||||
</label>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue