15 lines
332 B
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>
|