gorilla-test2 / static /index.html
gmerrill
update
d7cc957
raw
history blame
680 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>gorilla-test2</title>
<link rel="stylesheet" href="style.css" />
<script type="module" src="script.js"></script>
</head>
<body>
<main>
<section id="text-gen">
<h1>gorilla-test2</h1>
<form class="text-gen-form">
Prompt:<br/>
<textarea
id="text-gen-input"
type="text">Sample</textarea>
<br/>
<button id="text-gen-submit">Submit</button>
<p/>
Result:<br/>
<p class="text-gen-output">
axyz
</p>
</form>
</section>
</main>
</body>
</html>