-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (27 loc) · 1.01 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
<html>
<head>
<link rel=icon href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
<link href="/bootstrap.min.css" rel='stylesheet' type='text/css'>
<style type="text/css">
</style>
</head>
<body>
<div class="container">
<div class="row">
<h1>Secure Polling System</h1>
<div class="col-lg-4 jumbotron">
<p>We're employing strong cryptography to prevent fraud and protect anonymity of voters.</p>
<p>Contact us at [email protected]</p>
<p>Or find us on Twitter at <a href="https://twitter.com/securepolling">@securepolling</a></p>
<p><a href="https://github.com/securepollingsystem" class="btn btn-primary btn-lg">Read more on GitHub</a></p>
</div>
<div class="col-lg-8">
<iframe width="720" height="480" src="https://www.youtube.com/embed/AQWRoR88rE4" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div id="secure">
</div>
</div>
</body>
</html>