-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (97 loc) · 7.12 KB
/
index.html
File metadata and controls
97 lines (97 loc) · 7.12 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<table border="0"width="100%">
<tr >
<td>
<table border="0" align="" width="100%" bgcolor="skyblue" >
<tr>
<td width="10%" align="center">
<img src="image/google-gmail-svgrepo-com.svg" alt="" height="100px" width="100px">
<font size="6px" color="blue"> Gmail</font>
</td>
<td width="60%" align="center">
<input type="email" name="mail" placeholder="search mail" size="50%">
<img src="image/settings_FILL0_wght400_GRAD0_opsz48.svg" height="30px" alt="Setting img" align="center">
</td>
<td width="30%" align="right">
<font size="3px">
<a href="">Home</a>
<a href="">Profile</a>
<a href="">Setting</a>
<a href="">Logout</a>
</td></font>
</tr>
</table>
</td>
</tr>
<tr height="550px">
<td align="" bgcolor="pink">
<table width="98%" border="0"align="center">
<tr height="520px" >
<td width="15%" valign="top" align="center" bgcolor="green">
<font size="2px" color="gold">
<h3><a href="#">started</a></h3>
<h3><a href="#">Inbox</a></h3>
<h3><a href="#">important</a></h3>
<h3><a href="#">Send mal</a></h3>
<h3><a href="#">Drafts</a></h3>
</font>
<h4>Lorem ipsum dolor sit amet.</h4>
<img src="200w (1).webp" alt="ade img">
<p align="justify">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cum doloremque laborum rerum expedita eligendi ab. Natus omnis eligendi adipisci magnam?</p>
</td>
<td width="65%" valign="top">
<table border="0" width="100%" height="300px" cellpadding="">
<tr>
<td width="25%">
<img src="giphy.gif" alt="" width="100%" height="260px">
</td>
<td width="25%">
<img src="200w.webp" alt="" width="100%" height="260px">
</td>
<td width="25%">
<img src="R.png" alt="" width="100%" height="260px">
</td>
<td width="25%">
<iframe width="100%" height="260px" src="https://www.youtube.com/embed/Y7zNlEMDmI4" title="What is phishing? Learn how this attack works" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen ></iframe>
</td>
</tr>
<tr>
<td colspan="4" height="50px" bgcolor="skyblue">
<a href=""> Posts</a>
<a href="">About</a>
<a href="">Photos</a>
<a href="">Videos</a>
</td>
</tr>
</table><br>
<p><b>Lorem, ipsum.</b>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Delectus impedit tempore Lorem, ipsum <input type="submit" name="view" id="" value="view" color="red"> <input type="submit" name="dlt" value="Delate"></p>
<p><b>Lorem, ipsum.</b>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Delectus impedit tempore Lorem, ipsum <input type="submit" name="view" id="" value="view" color="red"> <input type="submit" name="dlt" value="Delate"></p>
<p><b>Lorem, ipsum.</b>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Delectus impedit tempore Lorem, ipsum <input type="submit" name="view" id="" value="view" color="red"> <input type="submit" name="dlt" value="Delate"></p>
<p><b>Lorem, ipsum.</b>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Delectus impedit tempore Lorem, ipsum <input type="submit" name="view" id="" value="view" color="red"> <input type="submit" name="dlt" value="Delate"></p>
<p><b>Lorem, ipsum.</b>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Delectus impedit tempore Lorem, ipsum <input type="submit" name="view" id="" value="view" color="red"> <input type="submit" name="dlt" value="Delate"></p>
<p><b>Lorem, ipsum.</b>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Delectus impedit tempore Lorem, ipsum <input type="submit" name="view" id="" value="view" color="red"> <input type="submit" name="dlt" value="Delate"></p>
<p><b>Lorem, ipsum.</b>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Delectus impedit tempore Lorem, ipsum <input type="submit" name="view" id="" value="view" color="red"> <input type="submit" name="dlt" value="Delate"></p>
<td width="20%" valign="top" align="center" bgcolor="green">
<img src="image/OIP (1).jpg" alt=" img" >
<form action="login.html" method="post">
<p><input type="email" name="emailid" placeholder="Enter Email" size="40px"></p>
<p><input type="password" name="pass" placeholder="Enter password" size="40px"></p>
<p><input type="submit" name="Login" value="Login"></p>
<p align="justify">Lorem ipsum dolor sit amet consectetur adipisicing elit. Maxime mollitia veritatis aliquam, quibusdam ea alias accusantium a impedit totam cumque eum, exercitationem nam saepe! Optio illo ipsa aspernatur maiores minima.</p>
</form>
<img src="sweet-crude-signature.gif" alt="img" width="100%" height="260px">
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>