mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Fix certain attributes to be pixel counts, not CSS dimensions.
Found these using https://validator.w3.org/.
This commit is contained in:
parent
3bcd60ad10
commit
1063ef7b1d
1 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
|||
<body>
|
||||
<div id="header">
|
||||
<a href="https://www.torproject.org/">
|
||||
<img src="tor-logo@2x.png" alt="Tor" height="50px" />
|
||||
<img src="tor-logo@2x.png" alt="Tor" height="50" />
|
||||
</a>
|
||||
</div>
|
||||
<div id="content">
|
||||
|
@ -45,11 +45,11 @@
|
|||
|
||||
<p class="addon">
|
||||
<a href="https://addons.mozilla.org/en-US/firefox/addon/torproject-snowflake/">
|
||||
<img src="firefox150.jpg" alt="Install in Firefox" height="100px" /><br />
|
||||
<img src="firefox150.jpg" alt="Install in Firefox" height="100" /><br />
|
||||
<span>Install in Firefox</span>
|
||||
</a>
|
||||
<a href="https://chrome.google.com/webstore/detail/snowflake/mafpmfcccpbjnhfhjnllmmalhifmlcie">
|
||||
<img src="chrome150.jpg" alt="Install in Chrome" height="100px" /><br />
|
||||
<img src="chrome150.jpg" alt="Install in Chrome" height="100" /><br />
|
||||
<span>Install in Chrome</span>
|
||||
</a>
|
||||
<span class="clear"></span>
|
||||
|
@ -82,11 +82,11 @@
|
|||
|
||||
<p>It is now possible to embed the Snowflake badge on any website:</p>
|
||||
|
||||
<textarea readonly><iframe src="https://snowflake.torproject.org/embed.html" width="320px" height="240px" frameborder="0" scrolling="no"></iframe></textarea>
|
||||
<textarea readonly><iframe src="https://snowflake.torproject.org/embed.html" width="320" height="240" frameborder="0" scrolling="no"></iframe></textarea>
|
||||
|
||||
<p>Which looks like this:</p>
|
||||
|
||||
<iframe src="embed.html" width="320px" height="240px" frameborder="0" scrolling="no"></iframe>
|
||||
<iframe src="embed.html" width="320" height="240" frameborder="0" scrolling="no"></iframe>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue