ai/vicuna-tools.d/template.d/login.html

15 lines
332 B
HTML

<html>
<header>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/dark.css">
</header>
<body>
<form method="POST">
<label for="Name">Your Name</label>
<input name="Name" type="text"/>
<button type="submit">Sign In</button>
</form>
</body>
<footer>
</footer>
</html>