-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (75 loc) · 3.69 KB
/
index.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>Freedomtool Voting App</title>
<noscript>
<style>
#noscript {
display: none;
}
</style>
</noscript>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
<meta name="description" content="Freedomtool Voting App">
<meta property="og:title" content="Freedomtool Voting App">
<meta property="og:description" content="Freedomtool Voting App">
<meta property="og:url" content="<%- host %>">
<meta property="og:image" content="<%- host %>/branding/og-img.png">
<meta property="og:locale" content="en_GB">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="<%- host %>/branding/og-img.png">
<meta name="twitter:title" content="Freedomtool Voting App">
<meta name="twitter:description" content="Freedomtool Voting App">
<link rel="apple-touch-icon" sizes="180x180" href="/branding/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/branding/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/branding/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/branding/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link href="/noscript/style.css" type="text/css" rel="stylesheet">
<link href="/init-loader/style.css" type="text/css" rel="stylesheet">
</head>
<body>
<div id="root">
<div id="noscript" class="app__init">
<img src="/branding/logo.svg" alt="Freedomtool Voting App logo" width="192">
</div>
</div>
<div id="modal"></div>
<noscript>
<div class="noscript">
<h1 class="noscript__title">Update your browser or enable JavaScript</h1>
<p class="noscript__message">Your browser either does not support JavaScript, or it has JavaScript support disabled. If you want to correctly view this page, please upgrade your browser or <a class="noscript__enable-support" href="http://activatejavascript.org/en/instructions/" target="_blank">enable JavaScript support</a>.</p>
<p class="noscript__recommendations">These are the ones we recommend:</p>
<ul class="noscript__list">
<li class="noscript__list-item">
<a class="noscript__link" href="https://www.google.com/chrome/?hl=en%22" >
<img class="noscript__image" src="/noscript/chrome.jpg" width="138px" height="138px" alt="chrome-logo">
</a>
<span class="noscript__browser-name">Google Chrome</span>
</li>
<li class="noscript__list-item">
<a class="noscript__link" href="https://www.mozilla.com/firefox/">
<img class="noscript__image" src="/noscript/firefox.jpg" width="138px" height="138px" alt="firefox-logo">
</a>
<span class="noscript__browser-name">Firefox</span>
</li>
<li class="noscript__list-item" style="margin-right: 0;">
<a class="noscript__link" href="https://www.apple.com/safari/">
<img class="noscript__image" src="/noscript/safari.jpg" width="138px" height="138px" alt="safari-logo">
</a>
<span class="noscript__browser-name">Safari</span>
</li>
</ul>
</div>
</noscript>
</body>
</html>