Update Redditlikelogin.HTML

This commit is contained in:
Dangrainage 2023-07-21 09:54:20 +02:00 committed by GitHub
parent 639dee1523
commit 7fd917cb59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
<form action="#" method="post">
<form action="controller.PHP" method="post">
<h2>Login</h2>
<label for="username">Username:</label>
<input type="text" id="username" name="username" required>