-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathships.html
32 lines (32 loc) · 1.08 KB
/
ships.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
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset = "utf-8" />
<meta name = "viewport" content = "width = device-width, initial-scale = 1" />
<link rel = "stylesheet" type = "text/css" href = "css/style.css" />
<link rel = "shortcut icon" href = "media/favicon.png" />
<title>The ships.</title>
</head>
<body>
<div class = "block">
<h3>The ships.</h3>
</div>
<div id = "ships" class = "block tall">
</div>
<div class = "block tall">
From phocis.
<br />
<table class = "ships">
<tr><th>18</th><td>luyh</td><td>∅</td></tr>
<tr><th>19</th><td> lir</td><td> ∪</td></tr>
<tr><th>20</th><td>yhar</td><td> ∩</td></tr>
<tr><th>21</th><td>layh</td><td> {</td></tr>
<tr><th>22</th><td> lur</td><td> }</td></tr>
<tr><th>23</th><td>yhir</td><td>‿</td></tr>
<tr><th>24</th><td>liyh</td><td> ≠</td></tr>
<tr><th>25</th><td> lar</td><td>∉</td></tr>
</table>
</div>
<script src = "js/logic.js"></script>
</body>
</html>