Subbu1304 commited on
Commit
4b94e53
·
verified ·
1 Parent(s): 4f84311

Delete templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +0 -21
templates/index.html DELETED
@@ -1,21 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Voice Login System</title>
7
- <link rel="stylesheet" href="static/style.css">
8
- </head>
9
- <body>
10
- <div class="container">
11
- <h1>Login</h1>
12
- <button onclick="startVoiceLogin()">Start Voice Login</button>
13
- </div>
14
-
15
- <script>
16
- function startVoiceLogin() {
17
- alert('Voice login started!'); // Use an actual function to trigger the backend voice login logic.
18
- }
19
- </script>
20
- </body>
21
- </html>