-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 988 Bytes
/
index.html
File metadata and controls
26 lines (23 loc) · 988 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sonix - A virtual Assistant</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="./Assets/favicon_sonix.jpeg" type="image/x-icon">
</head>
<body>
<div class="container">
<h1>SONIX - Your Virtual Assistant At Your Service</h1>
<p>Press the button and command you assistant("e.g. Open Linkedin")</p>
<button id="btn" class="listen-btn"> Start listening</button>
</div>
<footer>
<p>
Use this assistant in chrome or edge...Most prolly it will not work in brave browser or other secure browsers as it need microphone and other browse permission <a href="https://drive.google.com/file/d/1Mfgwtpt6y7hP6_ntsHLIbTrsQ7TMrBJF/view?usp=sharing"> Here's Link for demo</a>
</p>
</footer>
<script src="script.js"></script>
</body>
</html>