-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxyz.html
67 lines (51 loc) · 1.7 KB
/
xyz.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<link rel="stylesheet" href="css/styles.css">
<head>
<meta charset="unicode">
<title>"xyz"</title>
<link rel="icon" href="css/icon.ico">
</head>
<body>
<br>
<div class="XYZ_title">
<h1> XYZ </h1>
</div>
<p>
<div class="text"> Following 3 bids in level 1 between you and your partner.
</p>
<table style="width:100%">
<tr>
<th> <div class="text"> Bid </div> </th>
<th> <div class="text"> Meaning </div> </th>
</tr>
<tr>
<td>
<div
class="text"> 2 <img style="-webkit-user-select: none;" src="https://e.unicode-table.com/orig/65/abb26604d0e13faf9441bc2140423c.png" width="20" height="20">
</div>
</td>
<td>
<div class="text"> Inventational </div>
</td>
</tr>
<tr>
<td>
<div class="text"> 2
<img style="-webkit-user-select: none;" src="https://e.unicode-table.com/orig/00/a8334412825cd0b48f535bc566ee46.png" width="20" height="20">
</div>
</td>
<td> <div class="text"> Forcing </div> </td>
</tr>
<tr>
<td>
<div class="text"> 2
<img style="-webkit-user-select: none;" src="https://e.unicode-table.com/orig/ce/7cdb1cae544d41f3c51f35ff8fcdf0.png" width="20" height="20"> /
<img style="-webkit-user-select: none;" src="https://e.unicode-table.com/orig/49/68fe9b86c2752d811ec2fe9eb65ced.png" width="20" height="20">
</div>
</td>
<td> <div class="text"> Sign-Off </div> </td>
</tr>
</table>
</body>
</html>