File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Source-Code/FormWaveAnimation Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Form Wave Animation</ title >
7+ < link rel ="stylesheet " href ="style.css ">
8+ < link >
9+ </ head >
10+ < body >
11+ < div class ="container ">
12+ < h1 > Pleas Login</ h1 >
13+ < form >
14+ < li class ="form-control ">
15+ < input type ="email " required >
16+ < label > Email</ label >
17+ </ li >
18+ < li class ="form-control ">
19+ < input type ="password " required >
20+ < label > Password</ label >
21+ </ li >
22+ < li > < button class ="btn "> Login</ button > </ li >
23+ </ form >
24+ < p > Don't have an account? < a href ="# " class ="link "> Sign up</ a > </ p >
25+ </ div >
26+
27+ < script src ="script.js "> </ script >
28+ </ body >
29+ </ html >
You can’t perform that action at this time.
0 commit comments