work on the sign up form

This commit is contained in:
Pablo Martin 2025-04-22 16:21:26 +02:00
parent ae9f362169
commit d4af4a20b5
3 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sign Up Form Project</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Sign Up Form Project</h1>
</body>
</html>