Update Redditlikesignup.HTML

This commit is contained in:
Dangrainage 2023-07-21 13:19:28 +02:00 committed by GitHub
parent e0cc8edb4f
commit f1558c006c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
<title>Sign Up Form</title>
</head>
<body>
<form action="signup.php" method="post">
<form action="signup.PHP" method="post">
<h2>Sign Up</h2>
<label for="username">Username:</label>
<input type="text" id="username" name="username" required>