-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmatches.html
63 lines (63 loc) · 1.19 KB
/
matches.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
<!DOCTYPE html>
<html>
<body style="font-family: Helvetica;
margin: 0; position: absolute;
top: 50%; left: 50%;-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);">
<center>
<h2>Matches</h2>
<table style="text-align:left; ">
<tr>
<th rowspan="2">
<a href="index.html">
<img src="80 percent blur.png" style="width:100px; height: 100px; object-fit: cover;">
</a>
</th>
<th>
Jane Doe
</th>
<th>
11:32pm
</th>
</tr>
<tr>
<th style="font-size:14px; vertical-align: text-top">
Hey, nice to match with you!
</th>
</tr>
<tr>
<th rowspan="2">
<img src="blur3.png" style="width:100px; height: 100px; object-fit: cover;">
</th>
<th>
Lily
</th>
<th>
11:02pm
</th>
</tr>
<tr>
<th style="font-size:14px; vertical-align: text-top">
Hey, how are you?
</th>
</tr>
<tr>
<th rowspan="2">
<img src="blur3.png" style="width:100px; height: 100px; object-fit: cover;">
</th>
<th>
James
</th>
<th>
09:23pm
</th>
</tr>
<tr>
<th style="font-size:14px; vertical-align: text-top">
What are your plans for today?
</th>
</tr>
</table>
</center>
</body>
</html>