-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault-wrapper.html
35 lines (27 loc) · 1.18 KB
/
default-wrapper.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PAGE_TITLE</title> <!-- this will be replaced automatically -->
<meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1">
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="/basic.css" media="all" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans&family=Zilla+Slab:wght@500&display=swap" rel="stylesheet">
<link href="https://mofo-assets.s3.amazonaws.com/shareprogress/page-wrapper/mofo-shareprogress-page-wrapper.css" rel="stylesheet">
</head>
<body>
<div id="header">
<div id="header_content">
<img src="https://mofo-assets.s3.amazonaws.com/shareprogress/page-wrapper/mozilla-logo.svg" width="100px">
</div> <!-- #header_content -->
</div> <!-- #header -->
<div class="content">
{ShareAction}
</div> <!-- .content -->
<footer id="footer_content">
<div class="link-wrapper"><a href="https://www.mozilla.org/privacy">Mozilla Privacy Policy</a></div>
<div class="link-wrapper"><a href="https://run.shareprogress.org/privacy">ShareProgress Privacy Policy</a></div>
</footer>
</body>
</html>