mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Start localization
Trac 30310
This commit is contained in:
parent
f94ef87c46
commit
4e5a50f2b5
9 changed files with 115 additions and 26 deletions
|
@ -11,18 +11,18 @@
|
|||
<body>
|
||||
<div id="active">
|
||||
<div id="statusimg"></div>
|
||||
<p id="statustext">Snowflake is off</p>
|
||||
<p id="statustext">__MSG_popupStatusOff__</p>
|
||||
<p id="statusdesc"></p>
|
||||
</div>
|
||||
<div class="b button">
|
||||
<label id="toggle" for="enabled">Turn On</label>
|
||||
<label id="toggle" for="enabled">__MSG_popupTurnOn__</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/">Learn more</a>
|
||||
<a target="_blank" href="https://snowflake.torproject.org/">__MSG_popupLearnMore__</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue