|
6 | 6 | <meta http-equiv="X-UA-Compatible" content="ie=edge"> |
7 | 7 | <meta http-equiv="Content-Language" content="en"> |
8 | 8 | <meta charset="UTF-8"> |
9 | | - <title><%- displayHostname %></title> |
| 9 | + <title><%= displayHostname %></title> |
10 | 10 | <link href="/assets/styles/shared/shared-styles.css" rel="stylesheet"> |
11 | | - <link href="/assets/<%- assetVariant %>/styles/colours.css" rel="stylesheet"> |
| 11 | + <link href="/assets/<%= assetVariant %>/styles/colours.css" rel="stylesheet"> |
12 | 12 | <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;700&display=swap" rel="stylesheet"> |
13 | 13 | <link href="/assets/styles/transition-page/transition-page.css" rel="stylesheet"> |
14 | 14 | <link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png"> |
|
22 | 22 | <div class="top-half"> |
23 | 23 | <div class="top-half-content"> |
24 | 24 | <h3>Check your address bar</h3> |
25 | | - <a href="https://go.gov.sg/go-antiphishing" target="_blank" rel="noreferrer noopener">Beware of phishing! <br class="mobile-break">Make sure your link starts with <%- displayHostname.toLowerCase() %></a> |
| 25 | + <a href="https://go.gov.sg/go-antiphishing" target="_blank" rel="noreferrer noopener">Beware of phishing! <br class="mobile-break">Make sure your link starts with <%= displayHostname.toLowerCase() %></a> |
26 | 26 | <p id="url" data-href="<%- escapedLongUrl %>">You will be redirected in <span id="countdown-seconds">6</span> second<span id="s">s</span></p> |
27 | | - <img id="spinner" src="/assets/<%- assetVariant %>/transition-page/images/spinner.gif" alt="loading" /> |
28 | | - <div class="browser-image" style="background-image: url('/assets/<%- assetVariant %>/transition-page/images/browser.svg');"> |
29 | | - <div class="links links-<%- assetVariant %>" ><%- displayHostname.toLowerCase() %>/</div> |
| 27 | + <img id="spinner" src="/assets/<%= assetVariant %>/transition-page/images/spinner.gif" alt="loading" /> |
| 28 | + <div class="browser-image" style="background-image: url('/assets/<%= assetVariant %>/transition-page/images/browser.svg');"> |
| 29 | + <div class="links links-<%= assetVariant %>" ><%= displayHostname.toLowerCase() %>/</div> |
30 | 30 | </div> |
31 | 31 | </div> |
32 | 32 | </div> |
33 | 33 | <div class="bottom-half"> |
34 | 34 |
|
35 | 35 | <div id="skip"> |
36 | 36 | <span>I've checked the link. Skip ahead</span> |
37 | | - <img src="/assets/<%- assetVariant %>/transition-page/icons/icon-arrow-right.svg" alt="right arrow" /> |
| 37 | + <img src="/assets/<%= assetVariant %>/transition-page/icons/icon-arrow-right.svg" alt="right arrow" /> |
38 | 38 | </div> |
39 | 39 | <div class="footer"> |
40 | 40 | <div id="logo"> |
41 | | - <img src="/assets/<%- assetVariant %>/transition-page/icons/ogp-logo.svg" alt="ogp logo" /> |
| 41 | + <img src="/assets/<%= assetVariant %>/transition-page/icons/ogp-logo.svg" alt="ogp logo" /> |
42 | 42 | </div> |
43 | 43 | <p>You will only be shown this page the first time you access this short link.</p> |
44 | 44 | </div> |
|
0 commit comments