Add .onion for Nitter
This commit is contained in:
parent
1fe2e6b2ef
commit
4cd95a7ab4
1 changed files with 13 additions and 4 deletions
17
index.html
17
index.html
|
@ -39,7 +39,9 @@
|
|||
<a class="dropdown-item" href="https://status.private.coffee"
|
||||
>Clearnet</a
|
||||
>
|
||||
<a class="dropdown-item" href="http://status.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion/"
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="http://status.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion/"
|
||||
>Tor</a
|
||||
>
|
||||
</div>
|
||||
|
@ -66,9 +68,16 @@
|
|||
<div class="service col-sm-4">
|
||||
<h3>Nitter</h3>
|
||||
<p>Use Twitter without Twitter tracking you.</p>
|
||||
<a href="https://nitter.private.coffee/" class="btn btn-primary"
|
||||
>Go to Nitter</a
|
||||
>
|
||||
<div class="btn-group">
|
||||
<a href="https://nitter.private.coffee" class="btn btn-primary">Go to Nitter</a>
|
||||
<a href="#" class="btn btn-primary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<span class="sr-only">Toggle Dropdown</span>
|
||||
</a>
|
||||
<div class="dropdown-menu" x-placement="bottom-start" style="position: absolute; transform: translate3d(80px, 38px, 0px); top: 0px; left: 0px; will-change: transform;">
|
||||
<a class="dropdown-item" href="https://nitter.private.coffee">Clearnet</a>
|
||||
<a class="dropdown-item" href="http://nitter.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion/">Tor (.onion)</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="service col-sm-4">
|
||||
<h3>Libreddit</h3>
|
||||
|
|
Loading…
Reference in a new issue