-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
62 lines (57 loc) · 3.83 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
<!DOCTYPE html>
<!-- commit sha: <%- commit %> -->
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<title><%- title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" href="/logo128.png" />
<link rel="manifest" href="/manifest.json" />
<link rel="canonical" href="https://app.vocdoni.io" />
<meta
name="description"
content="Vocdoni APP is a secure voting platform tailored for local governments, organizations, cooperatives, and businesses, offering a easy-to-use, transparent, and GDPR-compliant way to engage in decision-making, with a user-friendly interface that cuts costs and complexity, allowing votes from anywhere on any device."
/>
<meta
name="keywords"
content="digital voting, blockchain voting, Web2, voting, participatory budgeting, local governments, organizations, cooperatives, business, GDPR compliant, secure elections, user-friendly interface, cost-effective, mobile-friendly, multidevice, vote from anywhere"
/>
<meta name="robots" content="index, follow" />
<meta name="author" content="Vocdoni" />
<!-- Open Graph Protocol for Facebook -->
<meta property="og:title" content="Vocdoni App: Simplifying Secure Digital Voting for Everyone" />
<meta
property="og:description"
content="Vocdoni App is leading the way in digital voting, offering a secure, GDPR-compliant, and user-friendly platform that simplifies the voting process for organizations and local governments. Find out how at https://vocdoni.app."
/>
<meta property="og:image" content="/assets/vocdoniapp.png" />
<meta property="og:url" content="https://app.vocdoni.io">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Vocdoni App: Simplifying Secure Digital Voting for Everyone">
<!-- Twitter Card -->
<meta property="twitter:title" content="Vocdoni App: Simplifying Secure Digital Voting for Everyone" />
<meta
content="Discover how Vocdoni App revolutionizes digital voting with a user-friendly, secure, and cost-effective platform, perfect for organizations and governments aiming to simplify decision-making and engage communities."
property="twitter:description"
/>
<meta property="twitter:image" content="/assets/vocdoniapp.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@vocdoni">
<meta name="twitter:creator" content="@vocdoni">
<!-- Telegram -->
<meta property="telegram:domain" content="https://app.vocdoni.io">
<meta property="telegram:title" content="Vocdoni App: Simplifying Secure Digital Voting for Everyone">
<meta property="telegram:description" content="Vocdoni App is leading the way in digital voting, offering a secure, GDPR-compliant, and user-friendly platform that simplifies the voting process for organizations and local governments. Find out how at https://vocdoni.app.">
<meta property="og:telegram" content="Vocdoni App is here to transform your voting experience with a secure, transparent, and user-friendly platform, making it easy to vote from anywhere on any device. Explore more at https://app.vocdoni.io.">
<!-- WhatsApp -->
<meta property="og:whatsapp" content="Vocdoni App is here to transform your voting experience with a secure, transparent, and user-friendly platform, making it easy to vote from anywhere on any device. Explore more at https://app.vocdoni.io.">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
<script defer data-domain="app.vocdoni.io" src="https://plausible.io/js/script.js"></script>
</body>
</html>