Update signup.html

This commit is contained in:
ralphi3
2026-06-18 14:53:55 +12:00
parent 1f427ac755
commit 387405a2da
+1 -1
View File
@@ -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>