mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-02 18:25:11 +00:00
small fixes
This commit is contained in:
parent
eab1c67238
commit
4a94d376d5
2 changed files with 5 additions and 3 deletions
|
@ -23,6 +23,8 @@
|
|||
<div class="quickstart__claim-form content-light content">
|
||||
<?php echo View::render('developer/_formCreditsPublish') ?>
|
||||
</div>
|
||||
<h3>Try the UI</h3>
|
||||
<p>LBRY comes with a UI so that normal people can use it to. You can download it <a href="https://lbry.io/get" class="link-primary">here</a>.</p>
|
||||
<h3 id="community">You Did It! What's Next?</h3>
|
||||
<p>
|
||||
Start building something awesome! LBRY works as a discovery and distribution backend for everything from films to CAD files.
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="https://lbry.io/get/lbry.dmg">Download .dmg</a></td>
|
||||
<td><a href="https://lbry.io/get/lbry.deb">Download .deb</a></td>
|
||||
<td><a href="https://lbry.io/get/lbry.msi">Download .msi</a></td>
|
||||
<td><a href="https://lbry.io/get/lbry.dmg" class="link-primary">Download .dmg</a></td>
|
||||
<td><a href="https://lbry.io/get/lbry.deb" class="link-primary">Download .deb</a></td>
|
||||
<td><a href="https://lbry.io/get/lbry.msi" class="link-primary">Download .msi</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Reference in a new issue