-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (75 loc) · 4.08 KB
/
Copy pathindex.html
File metadata and controls
87 lines (75 loc) · 4.08 KB
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
84
85
86
87
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<title>Freedom Tool</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0, user-scalable=no">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta name="msapplication-TileColor" content="#366e24">
<link rel="apple-touch-icon" href="./branding/apple-touch-icon.png" sizes="180x180">
<link rel="icon" href="/branding/favicon.svg" type="image/png">
<link rel="mask-icon" color="#366e24" href="./branding/safari-pinned-tab.svg">
<meta property="og:title" content="Freedom Tool" data-rh="true">
<meta property="og:description" content="An identification and privacy solution that revolutionizes polling, surveying and election processes" data-rh="true">
<meta property="og:url" content="<%- host %>" data-rh="true">
<meta property="og:image" content="<%- host %>/branding/og-image.png" data-rh="true">
<meta property="og:locale" content="en_GB">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Freedom Tool" data-rh="true">
<meta name="twitter:description" content="An identification and privacy solution that revolutionizes polling, surveying and election processes" data-rh="true">
<meta name="twitter:image" content="<%- host %>/branding/og-image.png" data-rh="true">
<link as="font" crossorigin="anonymous" href="/branding/fonts/Roboto/Roboto-Regular.woff2" rel="preload" type="font/woff2">
<link as="font" crossorigin="anonymous" href="/branding/fonts/Roboto/Roboto-Medium.woff2" rel="preload" type="font/woff2">
<link as="font" crossorigin="anonymous" href="/branding/fonts/Roboto/Roboto-SemiBold.woff2" rel="preload" type="font/woff2">
<link as="font" crossorigin="anonymous" href="/branding/fonts/RobotoSlab/RobotoSlab-Bold.woff2" rel="preload" type="font/woff2">
<link as="style" rel="stylesheet preload" crossorigin="anonymous" href="/branding/fonts/custom-fonts.css" type="text/css">
<link rel="stylesheet" href="/noscript/style.css" type="text/css">
<link rel="stylesheet" href="/init-loader/style.css" type="text/css">
<noscript>
<style>
#noscript {
display: none;
}
</style>
</noscript>
</head>
<body>
<div id="root">
<div class="app__init" id="noscript">
<div class="app__init-logo">
<h1 class="app__init-logo-title animated-text flip">Freedom Tool</h1>
</div>
</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 alt="chrome-logo" class="noscript__image" height="138px" src="/noscript/chrome.jpg" width="138px">
</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 alt="firefox-logo" class="noscript__image" height="138px" src="/noscript/firefox.jpg" width="138px">
</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 alt="safari-logo" class="noscript__image" height="138px" src="/noscript/safari.jpg" width="138px">
</a>
<span class="noscript__browser-name">Safari</span>
</li>
</ul>
</div>
</noscript>
</body>
</html>