-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (60 loc) · 2 KB
/
index.html
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
<html>
<head>
<meta charset="utf-8">
<title>Volatile - Chat</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="shortcut icon" type="img/png" href="img/logo.png">
</head>
<body>
<div id="wrapper">
<div id="header"><tr>
<td><img src="img/logo.png"></td>
<td>Volatile - Chat</td></tr></div>
<div id="container">
<div id="show">
<div id="msg">
<tr><td><p style="float: left; font-size: 11px; color: #00CAFE; ">R00T C0D3 </p></td><td><p style="float: right; font-size: 11px;">🔵 Active now </p></td>
</tr>
<div id="le"> <tr><td><img src="img/passport size.png"></td>
<td><i>HI!</i></td></tr><br>
</div>
<div id="re"><tr>
<td>How r u?</td>
<td><img src="img/ano1.jpg"></td></tr><br>
</div>
<div id="le">
<tr><td><img src="img/passport size.png"></td>
<td><i>Fine & You?</i></td></tr><br>
</div>
<div id="re"><tr>
<td>I'm also fine by <td><img src="img/ano1.jpg"></td><br>the grace of Allah</td>
</tr><br>
</div>
<div id="le">
<tr><td><img src="img/passport size.png"></td>
<td><i>Whats up?</i></td></tr><br>
</div>
<div id="re"><tr>
<td>Thinking about<td><img src="img/ano1.jpg"><br> argentina & <br>france match 😊</td></td>
</tr><br>
</div>
<div id="le">
<tr><td><img src="img/passport size.png"></td>
<td><b style=" background-color: rgba(255,255,255,0.4);
padding: 4 20 4px;
border-radius: 7px;
border: 1.5px solid #ccc;">😑😑😑😑😑</b></td></tr><br>
</div>
</div>
</div>
<div id="textter"><form method="post" action="send.php">
<tr>
<td>Message</td>
<td><input type="text" name="send" placeholder="Write Your Message here......"></td><td><button name="btn">SEND</button></td></tr>
</form>
</div>
</div>
<div id="footer">All Reserved by © <strong>Tariqul | 2018</strong></div>
</div>
</body>
</html>