lbry.com/view/template/page/termsofservice.php
ポール ウェッブ 87d594469f Redesign
2019-04-05 16:19:51 -05:00

25 lines
1.1 KiB
PHP

<?php NavActions::setNavUri('/learn') ?>
<?php Response::addMetaImage(Request::getHostAndProto() . '/img/cover-team.jpg') ?>
<?php Response::setMetaDescription('description.team') ?>
<main class="ancillary">
<section class="hero hero--half-height">
<div class="inner-wrap inner-wrap--center-hero">
<h1>Terms of Service</h1>
</div>
</section>
<section>
<div class="inner-wrap">
<p><strong>This page is a stub. A full acknowledgement is coming soon.</strong></p>
<p>In the interim, by publishing to LBRY, you affirm and acknowledge that:</p>
<ul>
<li>You have the right to publish what you are publishing.</li>
<li>You are publishing to a decentralized, distributed network that is not controlled by LBRY, Inc.</li>
<li>LBRY, Inc. offers no guarantees of any kind with regards to its protocol, applications, or services, including with regard to the security or availability of your content.</li>
<li>You absolve LBRY, Inc. of any and all obligations it is legal for you to surrender.</li>
</ul>
</div>
</section>
</main>