Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejas-Sawant-iffort authored Sep 13, 2024
1 parent 93efbfe commit 7c00892
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/* Neon Effect */
.neon-text {
font-size: 2rem;
color:#F7B83B;
color: #F7B83B;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.1em;
Expand Down Expand Up @@ -138,7 +138,7 @@
.iframe-container iframe {
width: 100%;
height: 100%;
border:2px solid black;
border: 2px solid black;
border-radius: 10px; /* Rounded corners for the iframe */
}

Expand Down Expand Up @@ -184,7 +184,8 @@ <h1 class="neon-text">AI-powered Fitze</h1>
<div class="iframe-container">
<iframe
src="https://voiceglow.org/app/na/render/j332eczysg59wabj/iframe"
frameborder="0">
frameborder="0"
allow="microphone"> <!-- Added microphone permission -->
</iframe>
</div>
</div>
Expand Down

0 comments on commit 7c00892

Please sign in to comment.