1
0
mirror of https://github.com/iv-org/invidious.io.git synced 2025-03-31 00:17:57 -04:00

Some HTML fixes

This commit is contained in:
TheFrenchGhosty 2021-09-04 21:46:18 +02:00
parent f884bb3ecc
commit 11828663ce

@ -23,35 +23,41 @@
<div class="col-lg-5"> <div class="col-lg-5">
<h2 class="h4">Data import/export</h2> <h2 class="h4">Data import/export</h2>
<p> <p>
<li>Import subscriptions from YouTube, NewPipe and Freetube <ul>
<li>Import watch history from NewPipe <li>Import subscriptions from YouTube, NewPipe and Freetube
<li>Export subscriptions to NewPipe and Freetube <li>Import watch history from NewPipe
<li>Import/Export Invidious user data <li>Export subscriptions to NewPipe and Freetube
<li>Import/Export Invidious user data
</ul>
</p> </p>
</div> </div>
<div class="col-lg-5"> <div class="col-lg-5">
<h2 class="h4">User features</h2> <h2 class="h4">User features</h2>
<p> <p>
<li>Lightweight <ul>
<li>No ads <li>Lightweight
<li>No tracking <li>No ads
<li>No JavaScript required <li>No tracking
<li>Light/Dark themes <li>No JavaScript required
<li>Customizable homepage <li>Light/Dark themes
<li>Subscriptions independant from Google <li>Customizable homepage
<li>Notifications for all subscribed channels <li>Subscriptions independant from Google
<li>Audio-only mode (with background play on mobile) <li>Notifications for all subscribed channels
<li>Support for Reddit comments <li>Audio-only mode (with background play on mobile)
<li>Available in many languages, thanks to our translators <li>Support for Reddit comments
<li>Available in many languages, thanks to our translators
</ul>
</p> </p>
</div> </div>
<div class="col-lg-5"> <div class="col-lg-5">
<h2 class="h4">Technical features</h2> <h2 class="h4">Technical features</h2>
<p> <p>
<li>Embedded video support <ul>
<li>Developer API <li>Embedded video support
<li>Does not use official YouTube APIs <li>Developer API
<li>No Contributor License Agreement (CLA) <li>Does not use official YouTube APIs
<li>No Contributor License Agreement (CLA)
</ul>
</p> </p>
</div> </div>
</div> </div>