Skip to content

Commit

Permalink
Add prompt for user query
Browse files Browse the repository at this point in the history
  • Loading branch information
tygern committed Apr 24, 2024
1 parent 5509ca0 commit 9db77d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/templates/indexHtml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export const indexHtml = ({query, response, source}: IndexProperties = {}) => {
return html`
<section>
<h1>${heading}</h1>
<p>Ask a question about current events.</p>
<form action="/" method="post">
<fieldset>
<label>
Expand Down

0 comments on commit 9db77d9

Please sign in to comment.