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