Skip to content

Commit

Permalink
Merge pull request #6 from shaharsol/form
Browse files Browse the repository at this point in the history
add a form
  • Loading branch information
shaharsol authored Oct 15, 2024
2 parents 086ac1b + 5839858 commit d0bd7c3
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ksp</title>
</head>
<body>
<h1>KSP is not the best</h1>
</body>
</html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ksp</title>
</head>
<body>
<h1>KSP is not the best</h1>
<label>Email</label>
<input type="email" />
<button>Send</button>
</body>
</html>

0 comments on commit d0bd7c3

Please sign in to comment.