Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -3
index.html
CHANGED
@@ -5,10 +5,9 @@
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Voice Assistant</title>
|
7 |
<link rel="stylesheet" href="styles.css">
|
8 |
-
<script secura-auto src="secure.js"></script>
|
9 |
</head>
|
10 |
<body>
|
11 |
-
<div
|
12 |
<h1>Voice Assistant</h1>
|
13 |
<div id="responseTime">Latency: 0ms</div>
|
14 |
<div class="indicator-wrapper">
|
@@ -30,6 +29,5 @@
|
|
30 |
<option value="70b">Powerful</option>
|
31 |
</select>
|
32 |
<script src="main.js"></script>
|
33 |
-
<script src="secure.js"></script>
|
34 |
</body>
|
35 |
</html>
|
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Voice Assistant</title>
|
7 |
<link rel="stylesheet" href="styles.css">
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
+
<div class="container">
|
11 |
<h1>Voice Assistant</h1>
|
12 |
<div id="responseTime">Latency: 0ms</div>
|
13 |
<div class="indicator-wrapper">
|
|
|
29 |
<option value="70b">Powerful</option>
|
30 |
</select>
|
31 |
<script src="main.js"></script>
|
|
|
32 |
</body>
|
33 |
</html>
|