-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·107 lines (85 loc) · 3.57 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<script type="text/javascript">window["_gaUserPrefs"] = { ioo : function() { return true; } }</script>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>bypass</title>
<!-- fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<!-- Bootstrap Core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="home.css" type="text/css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<a class="navbar-brand" href="#">bypass</a>
<!-- Collect the nav links, forms, and other content for toggling -->
<ul class="nav navbar-nav">
<li class="nav-item active">
<a href="index.html">Home</a>
</li>
<li class="nav-item">
<a href="docs.html">Documentation</a>
</li>
</ul>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Full Width Image Header with Logo -->
<!-- Image backgrounds are set within the full-width-pics.css file. -->
<section>
<header class="image-bg-fluid-height">
</header>
</section>
<!-- Content Section -->
<section>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<p class="lead section-lead">Most of the time you are not alone at home and you want the convenience to securely buy or order stuff by voice without sharing your only password or resetting it immediately for security reasons.
<h1 class="section-heading">We are making voice requests safer with 2-factor-authenticationg</h1>
</p>
</div>
</div>
</div>
</section>
<aside class="image-bg-fixed-height"></aside>
<section>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<p class="section-paragraph">Thanks to our solution we will provide you with a dynamic code generated each time you have a request that needs protection and security on you personal phone. You will be able to say it aloud without any fears to confirm your purchases.</p>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12">
<p> © Copyright 2017 by <a href="http://lucumr.pocoo.org/">Alexander Matheson</a> and
<a href="http://mickatouillaud.com/">Micka Touillaud</a></p>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body></html>