section added
This commit is contained in:
parent
3db8f34e53
commit
a52530f7bf
|
@ -13,11 +13,13 @@
|
||||||
<main class="homepage">
|
<main class="homepage">
|
||||||
<h1>Y2TPrompt</h1>
|
<h1>Y2TPrompt</h1>
|
||||||
<form method="post" action="handler.php">
|
<form method="post" action="handler.php">
|
||||||
|
<section class="input">
|
||||||
<input type="text" placeholder="YouTube URL" id="url" name="url">
|
<input type="text" placeholder="YouTube URL" id="url" name="url">
|
||||||
<select id="lang" name="lang">
|
<select id="lang" name="lang">
|
||||||
<option value="en">EN</option>
|
<option value="en">EN</option>
|
||||||
<option value="fr">FR</option>
|
<option value="fr">FR</option>
|
||||||
</select>
|
</select>
|
||||||
|
</section>
|
||||||
<input type="submit" value="Generate ChatGPT prompt">
|
<input type="submit" value="Generate ChatGPT prompt">
|
||||||
</form>
|
</form>
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in New Issue