Spaces:
Runtime error
Runtime error
Update templates/index.html
Browse files- templates/index.html +3 -0
templates/index.html
CHANGED
@@ -9,10 +9,13 @@
|
|
9 |
<body>
|
10 |
<div class="container">
|
11 |
<h1>Biryani Hub</h1>
|
|
|
12 |
<label for="name">Name:</label>
|
13 |
<input type="text" id="name" readonly>
|
|
|
14 |
<label for="email">Email:</label>
|
15 |
<input type="text" id="email" readonly>
|
|
|
16 |
<p id="status">Initializing...</p>
|
17 |
<audio id="audio-player" autoplay></audio>
|
18 |
</div>
|
|
|
9 |
<body>
|
10 |
<div class="container">
|
11 |
<h1>Biryani Hub</h1>
|
12 |
+
|
13 |
<label for="name">Name:</label>
|
14 |
<input type="text" id="name" readonly>
|
15 |
+
|
16 |
<label for="email">Email:</label>
|
17 |
<input type="text" id="email" readonly>
|
18 |
+
|
19 |
<p id="status">Initializing...</p>
|
20 |
<audio id="audio-player" autoplay></audio>
|
21 |
</div>
|