move head and html tags to main template
This commit is contained in:
parent
e4a724422e
commit
4068291f7c
4 changed files with 183 additions and 198 deletions
|
@ -1,15 +1,33 @@
|
|||
{{{body}}}
|
||||
<div class="footer">
|
||||
<div class="legal-links">
|
||||
<a href="https://www.mozilla.org"><img class="mozilla-logo" src="/resources/mozilla-logo.svg"/></a>
|
||||
<a href="https://www.mozilla.org/about/legal/">Legal</a>
|
||||
<a href="https://testpilot.firefox.com/about">About Test Pilot</a>
|
||||
<a href="https://testpilot.firefox.com/privacy">Privacy</a>
|
||||
<a href="https://testpilot.firefox.com/terms">Terms</a>
|
||||
<a href="https://www.mozilla.org/en-US/privacy/websites/#cookies">Cookies</a>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Firefox Send</title>
|
||||
{{#if dsn}}
|
||||
{{> sentry dsn=dsn}}
|
||||
{{/if}}
|
||||
<script src="/bundle.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/main.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/resources/fontello-24c5e6ad/css/fontello.css" />
|
||||
<link rel="stylesheet" href="https://code.cdn.mozilla.net/fonts/fira.css">
|
||||
{{#if trackerId}}
|
||||
{{> analytics trackerId=trackerId}}
|
||||
{{/if}}
|
||||
</head>
|
||||
<body>
|
||||
{{{body}}}
|
||||
<div class="footer">
|
||||
<div class="legal-links">
|
||||
<a href="https://www.mozilla.org"><img class="mozilla-logo" src="/resources/mozilla-logo.svg"/></a>
|
||||
<a href="https://www.mozilla.org/about/legal/">Legal</a>
|
||||
<a href="https://testpilot.firefox.com/about">About Test Pilot</a>
|
||||
<a href="https://testpilot.firefox.com/privacy">Privacy</a>
|
||||
<a href="https://testpilot.firefox.com/terms">Terms</a>
|
||||
<a href="https://www.mozilla.org/en-US/privacy/websites/#cookies">Cookies</a>
|
||||
</div>
|
||||
<div class="social-links">
|
||||
<a href="https://github.com/mozilla/send" target="_blank"><img class="github" src="/resources/github-icon.svg"/></a>
|
||||
<a href="https://twitter.com/FxTestPilot" target="_blank"><img class="twitter" src="/resources/twitter-icon.svg"/></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="social-links">
|
||||
<a href="https://github.com/mozilla/send" target="_blank"><img class="github" src="/resources/github-icon.svg"/></a>
|
||||
<a href="https://twitter.com/FxTestPilot" target="_blank"><img class="twitter" src="/resources/twitter-icon.svg"/></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue