Update app.html
Browse files
app.html
CHANGED
|
@@ -3,18 +3,16 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
| 6 |
-
<title>
|
| 7 |
<link rel="stylesheet" href="style.css" />
|
| 8 |
</head>
|
| 9 |
<body class="app-body">
|
| 10 |
|
| 11 |
-
<!-- HEADER -->
|
| 12 |
<header class="app-header">
|
| 13 |
-
<div class="logo">🤖
|
| 14 |
<button class="logout-btn" onclick="logout()">Logout</button>
|
| 15 |
</header>
|
| 16 |
|
| 17 |
-
<!-- HERO SECTION -->
|
| 18 |
<section class="hero">
|
| 19 |
<h1>Speak. Think. Discover.</h1>
|
| 20 |
<p>
|
|
@@ -30,15 +28,8 @@
|
|
| 30 |
</div>
|
| 31 |
</section>
|
| 32 |
|
| 33 |
-
<
|
| 34 |
-
<div class="voice-agent-container">
|
| 35 |
-
<p class="voice-label">Click and talk to AI</p>
|
| 36 |
-
<button class="voice-button" onclick="openVoiceAgent()">
|
| 37 |
-
<img src="mic.jfif" alt="AI Mic" />
|
| 38 |
-
</button>
|
| 39 |
-
</div>
|
| 40 |
|
| 41 |
-
<!-- SCRIPTS -->
|
| 42 |
<script src="script.js"></script>
|
| 43 |
<script>
|
| 44 |
function openVoiceAgent() {
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
| 6 |
+
<title>People Home AI</title>
|
| 7 |
<link rel="stylesheet" href="style.css" />
|
| 8 |
</head>
|
| 9 |
<body class="app-body">
|
| 10 |
|
|
|
|
| 11 |
<header class="app-header">
|
| 12 |
+
<div class="logo">🤖 People Home AI</div>
|
| 13 |
<button class="logout-btn" onclick="logout()">Logout</button>
|
| 14 |
</header>
|
| 15 |
|
|
|
|
| 16 |
<section class="hero">
|
| 17 |
<h1>Speak. Think. Discover.</h1>
|
| 18 |
<p>
|
|
|
|
| 28 |
</div>
|
| 29 |
</section>
|
| 30 |
|
| 31 |
+
<button class="voice-button" onclick="openVoiceAgent()">🎤</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
|
|
|
|
| 33 |
<script src="script.js"></script>
|
| 34 |
<script>
|
| 35 |
function openVoiceAgent() {
|