-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
63 lines (38 loc) · 1.01 KB
/
test.html
File metadata and controls
63 lines (38 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<html>
<head>
<link rel="stylesheet" href="home.css">
</head>
<body>
<div id="header1">
<div id="header-content">
<img style="padding:30px 10px 10px 10px;
height:30px;
width:30px;float:left;" src="test.jpg">
<h1>my resume builder</h1>
</div>
</div>
<br><br><br><br><br><br><br><br><br><br>
<div class="parallax">
<div class="loginsignup">
<div class="header" align="center">
Log In
</div>
<div class="form">
<form action="login.php" method="post">
Email:<br><input type="email" name="username" style="height:30px;" required/>
<br><br> Password:<br><input type="password" name="password" style="height:30px;" required>
<br><br>
<input type="submit" value="Log in" class="loginbut">  or   <br><br>
<a href="register.html" class="loginbut">Register Now</a>
</form>
</div>
</div>
</div>
<div class="p2" style="background-image:url('img1.jpg');">
</div>
<div class="p3" style="background-color:black;color:white;">
</div>
<div class="parallax">
</div>
</body>
</html>