mirror of
https://github.com/gabrielkheisa/meme-generator-nodejs
synced 2024-11-22 11:31:42 +07:00
19 lines
477 B
HTML
19 lines
477 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Ronaldo</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Ronaldo</h1>
|
||
|
<form action="/process" method="post">
|
||
|
<video src="/video.mp4"></video>
|
||
|
<br>
|
||
|
<label for="text1">Text: </label>
|
||
|
<input type="text" id="text1" name="text1" required>
|
||
|
<br>
|
||
|
<button type="submit">Submit</button>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|