Add form.html

main
Anna Ļaško 2024-05-02 11:11:27 +00:00
parent 9f94c25b15
commit 85faafeca5
1 changed files with 17 additions and 0 deletions

17
form.html 100644
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" href="style.css" />
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>HTML 5 Boilerplate</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<form method="post">
<p><input type='text' name='username'>
<p><input type='submit' value='Login'>
</form>
</body>
</html>