gemini/input.html
2022-06-01 01:06:01 -07:00

15 lines
326 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{title}</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body onload="document.querySelector('input').focus()">
<h1>{meta}</h1>
<form method="POST" action={url}>
<input type="{type}" name="input" style="width:100%" />
<br /><br />
<input type="submit">
</form>
</body>
</html>