added legal page

This commit is contained in:
Danny Coates 2017-07-24 10:24:17 -07:00
parent 62989ee2c9
commit 1eabc1a11e
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
4 changed files with 22 additions and 3 deletions

12
views/legal.handlebars Normal file
View file

@ -0,0 +1,12 @@
<div id="legal">
<div class="title" data-l10n-id="legalHeader"></div>
<div class="description" data-l10n-id="legalNoticeTestPilot">
<a href="https://testpilot.firefox.com/terms"></a>
<a href="https://testpilot.firefox.com/privacy"></a>
<a href="https://testpilot.firefox.com/experiments/send"></a>
</div>
<div class="description" data-l10n-id="legalNoticeMozilla">
<a href="https://www.mozilla.org/privacy/websites/"></a>
<a href="https://www.mozilla.org/about/legal/terms/mozilla/"></a>
</div>
</div>