-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsining.html
More file actions
1 lines (1 loc) · 1.07 KB
/
sining.html
File metadata and controls
1 lines (1 loc) · 1.07 KB
1
<!DOCTYPE html><html lang="fa" dir="rtl"><head><meta charset="UTF-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="css/regester.css" /><title>project-05</title></head><body><div class="container"><form action=""><h4 class="title">فرم ثبن نام</h4><div class="input-grup"><input type="text" required placeholder="نام و نام خانوادگی..."></div><div class="input-grup"><input type="text" required placeholder="نام کاربری وارد کنید..."></div><div class="input-grup"><input type="number" required placeholder="شماره تماس..."></div><div class="input-grup"><div class="notVeiw"></div><input type="password" required id="pass" placeholder="رمز ورود"></div><div class="input-grup"><input class="btn" type="submit" value="ثبت نام"></div><h4><a href="login.html" class="link">برای ورود <span>کلیک کن</span></a></h4></form></div></body><script src="js/jquery-3.6.4.min.js"></script><script src="js/app.js"></script></html>