|
3 | 3 | <head>
|
4 | 4 | <meta charset="utf-8">
|
5 | 5 | <meta name="viewport" content="width=device-width, user-scalable=no">
|
6 |
| - <base href="/"> |
| 6 | + <base href="./"> |
7 | 7 | <title>ProtonMail - Log in</title>
|
8 | 8 | <meta name="description" content="Log in or create an account.">
|
9 | 9 |
|
10 |
| - <link rel="apple-touch-icon" sizes="57x57" href="/assets/favicons/apple-touch-icon-57x57.png"> |
11 |
| - <link rel="apple-touch-icon" sizes="60x60" href="/assets/favicons/apple-touch-icon-60x60.png"> |
12 |
| - <link rel="apple-touch-icon" sizes="72x72" href="/assets/favicons/apple-touch-icon-72x72.png"> |
13 |
| - <link rel="apple-touch-icon" sizes="76x76" href="/assets/favicons/apple-touch-icon-76x76.png"> |
14 |
| - <link rel="apple-touch-icon" sizes="114x114" href="/assets/favicons/apple-touch-icon-114x114.png"> |
15 |
| - <link rel="apple-touch-icon" sizes="120x120" href="/assets/favicons/apple-touch-icon-120x120.png"> |
16 |
| - <link rel="apple-touch-icon" sizes="144x144" href="/assets/favicons/apple-touch-icon-144x144.png"> |
17 |
| - <link rel="apple-touch-icon" sizes="152x152" href="/assets/favicons/apple-touch-icon-152x152.png"> |
18 |
| - <link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon-180x180.png"> |
19 |
| - <link rel="icon" type="image/png" href="/assets/favicons/favicon-32x32.png" sizes="32x32"> |
20 |
| - <link rel="icon" type="image/png" href="/assets/favicons/favicon-194x194.png" sizes="194x194"> |
21 |
| - <link rel="icon" type="image/png" href="/assets/favicons/favicon-96x96.png" sizes="96x96"> |
22 |
| - <link rel="icon" type="image/png" href="/assets/favicons/android-chrome-192x192.png" sizes="192x192"> |
23 |
| - <link rel="icon" type="image/png" href="/assets/favicons/favicon-16x16.png" sizes="16x16"> |
24 |
| - <link rel="manifest" href="/manifest.json"> |
25 |
| - <link rel="mask-icon" href="/assets/favicons/safari-pinned-tab.svg" color="#333366"> |
26 |
| - <link rel="shortcut icon" href="/assets/favicons/favicon.ico"> |
| 10 | + <link rel="apple-touch-icon" sizes="57x57" href="assets/favicons/apple-touch-icon-57x57.png"> |
| 11 | + <link rel="apple-touch-icon" sizes="60x60" href="assets/favicons/apple-touch-icon-60x60.png"> |
| 12 | + <link rel="apple-touch-icon" sizes="72x72" href="assets/favicons/apple-touch-icon-72x72.png"> |
| 13 | + <link rel="apple-touch-icon" sizes="76x76" href="assets/favicons/apple-touch-icon-76x76.png"> |
| 14 | + <link rel="apple-touch-icon" sizes="114x114" href="assets/favicons/apple-touch-icon-114x114.png"> |
| 15 | + <link rel="apple-touch-icon" sizes="120x120" href="assets/favicons/apple-touch-icon-120x120.png"> |
| 16 | + <link rel="apple-touch-icon" sizes="144x144" href="assets/favicons/apple-touch-icon-144x144.png"> |
| 17 | + <link rel="apple-touch-icon" sizes="152x152" href="assets/favicons/apple-touch-icon-152x152.png"> |
| 18 | + <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon-180x180.png"> |
| 19 | + <link rel="icon" type="image/png" href="assets/favicons/favicon-32x32.png" sizes="32x32"> |
| 20 | + <link rel="icon" type="image/png" href="assets/favicons/favicon-194x194.png" sizes="194x194"> |
| 21 | + <link rel="icon" type="image/png" href="assets/favicons/favicon-96x96.png" sizes="96x96"> |
| 22 | + <link rel="icon" type="image/png" href="assets/favicons/android-chrome-192x192.png" sizes="192x192"> |
| 23 | + <link rel="icon" type="image/png" href="assets/favicons/favicon-16x16.png" sizes="16x16"> |
| 24 | + <link rel="manifest" href="manifest.json"> |
| 25 | + <link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#333366"> |
| 26 | + <link rel="shortcut icon" href="assets/favicons/favicon.ico"> |
27 | 27 | <meta name="apple-mobile-web-app-title" content="ProtonMail">
|
28 | 28 | <meta name="application-name" content="ProtonMail">
|
29 | 29 | <meta name="msapplication-TileColor" content="#333366">
|
30 |
| - <meta name="msapplication-TileImage" content="/assets/favicons/mstile-144x144.png"> |
| 30 | + <meta name="msapplication-TileImage" content="assets/favicons/mstile-144x144.png"> |
31 | 31 | <meta name="theme-color" content="#333366">
|
32 | 32 |
|
33 | 33 | <% styles.forEach(function (file) { %>
|
34 |
| - <link rel="stylesheet" type="text/css" href="/<%= file %>" /> |
| 34 | + <link rel="stylesheet" type="text/css" href="<%= file %>" /> |
35 | 35 | <% }); %>
|
36 | 36 |
|
37 | 37 | <style type="text/css">
|
|
85 | 85 | <proton-loader></proton-loader>
|
86 | 86 |
|
87 | 87 | <div id="exiting" ng-class="{ 'show': loggingOut }">
|
88 |
| - <img src="/assets/img/decrypt1.gif" class="loader"> |
| 88 | + <img src="assets/img/decrypt1.gif" class="loader"> |
89 | 89 | <p>LOGGING OUT...</p>
|
90 | 90 | </div>
|
91 | 91 |
|
92 | 92 | <div ui-view="main" autoscroll="false" id="body"></div>
|
| 93 | + |
| 94 | +<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script> |
93 | 95 | <% scripts.forEach(function (file) { %>
|
94 |
| - <script type="text/javascript" src="/<%= file %>"></script> |
| 96 | + <script type="text/javascript" src="<%= file %>"></script> |
95 | 97 | <% }); %>
|
| 98 | +<script>if (window.module) module = window.module;</script> |
96 | 99 |
|
97 | 100 | <script type="text/javascript">
|
98 | 101 | if(window.location.href.indexOf("/eo/") > -1) {
|
|
0 commit comments