update name and submit button txt
This commit is contained in:
parent
f97f138fe9
commit
8c25420bdd
|
@ -9,14 +9,14 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="root">
|
<div id="root">
|
||||||
|
<h1>Y2TPrompt</h1>
|
||||||
<form method="post" action="handler.php">
|
<form method="post" action="handler.php">
|
||||||
<input type="text" placeholder="YouTube URL" id="url" name="url"><br>
|
<input type="text" placeholder="YouTube URL" id="url" name="url"><br>
|
||||||
<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>
|
||||||
<input type="submit" value="Submit">
|
<input type="submit" value="Generate ChatGPT prompt">
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue