Update to popup UI and addition of toggle

This commit is contained in:
Antonela D 2019-06-26 12:13:15 -04:00 committed by Cecylia Bocovich
parent 19244c7146
commit eeae741262
2 changed files with 108 additions and 14 deletions

View file

@ -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>