Update signup.html
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Sign up page with sql database</h1>
|
||||
<h1>Sign up to make a new account</h1>
|
||||
<form action="/submit-form" method="POST">
|
||||
<label for="username">Username:</label>
|
||||
<input type="text" id="username" name="username" required><br><br>
|
||||
|
||||
Reference in New Issue
Block a user