forked from Anna-Assistant/Anna
-
Notifications
You must be signed in to change notification settings - Fork 1
/
permission.html
43 lines (39 loc) · 1.46 KB
/
permission.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Voice Type</title>
<link rel="stylesheet" href="elate/css/style.css">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,400italic,700' rel='stylesheet' type='text/css'>
<!-- Animate.css -->
<link rel="stylesheet" href="elate/css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="elate/css/icomoon.css">
<!-- Simple Line Icons -->
<link rel="stylesheet" href="elate/css/simple-line-icons.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="elate/css/magnific-popup.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="elate/css/bootstrap.css">
<script src="permission.js"></script>
</head>
<body>
<section id="fh5co-home" data-section="home" style="background-image: url(images/full_image_2.jpg);" data-stellar-background-ratio="0.5">
<div class="gradient"></div>
<div class="container">
<div class="text-wrap">
<div class="text-inner">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="to-animate">Hey It's Me Anna</h1>
<h4 class="to-animate"> Talk to me to have your work automated </h2>
<h4 class="to-animate"> Your Personal Assistant on Google Chrome</h2>
<h2 class="to-animate"> Please Grant me Microphone permissions.</h2>
</div>
</div>
</div>
</div>
</div>
<div class="slant"></div>
</section>
</body>
</html>