Fix Nitter links
This commit is contained in:
parent
48345e739a
commit
a852bb9996
1 changed files with 8 additions and 13 deletions
21
index.html
21
index.html
|
@ -135,24 +135,19 @@
|
||||||
<div class="service col-sm-4">
|
<div class="service col-sm-4">
|
||||||
<h3>Nitter (dead)</h3>
|
<h3>Nitter (dead)</h3>
|
||||||
<p>Use Twitter without Twitter tracking you. Currently not usable,
|
<p>Use Twitter without Twitter tracking you. Currently not usable,
|
||||||
see <a href="https://github.com/zedeus/nitter/issues/922">the
|
see <a href="https://github.com/zedeus/nitter/issues/919">the
|
||||||
upstream issue</a> for more information.
|
upstream issue</a> for more information.
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<a href="https://nitter.private.coffee" class="btn btn-primary"
|
<a href="https://nitter.private.coffee" class="btn btn-danger"
|
||||||
>Go to Nitter</a
|
>Go to Nitter</a
|
||||||
>
|
>
|
||||||
<a
|
|
||||||
href="#"
|
<button type="button" class="btn btn-danger dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
class="btn btn-primary dropdown-toggle dropdown-toggle-split"
|
<span class="visually-hidden">Toggle Dropdown</span>
|
||||||
data-bs-toggle="dropdown"
|
</button>
|
||||||
aria-haspopup="true"
|
<ul
|
||||||
aria-expanded="false"
|
|
||||||
>
|
|
||||||
<span class="sr-only">Toggle Dropdown</span>
|
|
||||||
</a>
|
|
||||||
<div
|
|
||||||
class="dropdown-menu"
|
class="dropdown-menu"
|
||||||
x-placement="bottom-start"
|
x-placement="bottom-start"
|
||||||
style="
|
style="
|
||||||
|
@ -171,7 +166,7 @@
|
||||||
href="http://nitter.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion/"
|
href="http://nitter.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion/"
|
||||||
>Tor (.onion)</a
|
>Tor (.onion)</a
|
||||||
>
|
>
|
||||||
</div>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="service col-sm-4">
|
<div class="service col-sm-4">
|
||||||
|
|
Loading…
Reference in a new issue