|
|
|
|
|
<!DOCTYPE html> |
|
|
<html lang="en"> |
|
|
<head> |
|
|
<meta charset="UTF-8"> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
<title>ClutteredParse</title> |
|
|
<style> |
|
|
table { |
|
|
border-collapse: collapse; |
|
|
width: 100%; |
|
|
} |
|
|
th, td { |
|
|
border: 1px solid black; |
|
|
padding: 8px; |
|
|
text-align: center; |
|
|
} |
|
|
th { |
|
|
background-color: #f2f2f2; |
|
|
} |
|
|
</style> |
|
|
</head> |
|
|
<body> |
|
|
<h1>ClutteredParse</h1> |
|
|
<table> |
|
|
<thead> |
|
|
<tr> |
|
|
<th>#</th> |
|
|
<th>Image</th> |
|
|
<th>A (remove before)</th> |
|
|
<th>B (remove after)</th> |
|
|
</tr> |
|
|
</thead> |
|
|
<tbody> |
|
|
|
|
|
<tr> |
|
|
<td>1</td> |
|
|
<td><img src="clutteredparse/01/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/01/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/01/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>2</td> |
|
|
<td><img src="clutteredparse/02/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/02/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/02/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>3</td> |
|
|
<td><img src="clutteredparse/03/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/03/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/03/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>4</td> |
|
|
<td><img src="clutteredparse/04/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/04/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/04/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>5</td> |
|
|
<td><img src="clutteredparse/05/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/05/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/05/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>6</td> |
|
|
<td><img src="clutteredparse/06/img.webp" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/06/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/06/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>7</td> |
|
|
<td><img src="clutteredparse/07/img.jpeg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/07/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/07/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>8</td> |
|
|
<td><img src="clutteredparse/08/img.webp" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/08/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/08/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>9</td> |
|
|
<td><img src="clutteredparse/09/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/09/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/09/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>10</td> |
|
|
<td><img src="clutteredparse/10/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/10/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/10/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>11</td> |
|
|
<td><img src="clutteredparse/11/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/11/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/11/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>12</td> |
|
|
<td><img src="clutteredparse/12/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/12/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/12/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>13</td> |
|
|
<td><img src="clutteredparse/13/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/13/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/13/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>14</td> |
|
|
<td><img src="clutteredparse/14/img.webp" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/14/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/14/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>15</td> |
|
|
<td><img src="clutteredparse/15/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/15/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/15/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>16</td> |
|
|
<td><img src="clutteredparse/16/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/16/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/16/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>17</td> |
|
|
<td><img src="clutteredparse/17/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/17/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/17/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>18</td> |
|
|
<td><img src="clutteredparse/18/img.jpeg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/18/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/18/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>19</td> |
|
|
<td><img src="clutteredparse/19/img.jpeg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/19/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/19/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>20</td> |
|
|
<td><img src="clutteredparse/20/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/20/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/20/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>21</td> |
|
|
<td><img src="clutteredparse/21/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/21/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/21/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>22</td> |
|
|
<td><img src="clutteredparse/22/img.jpeg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/22/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/22/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>23</td> |
|
|
<td><img src="clutteredparse/23/img.webp" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/23/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/23/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>24</td> |
|
|
<td><img src="clutteredparse/24/img.webp" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/24/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/24/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>25</td> |
|
|
<td><img src="clutteredparse/25/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/25/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/25/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>26</td> |
|
|
<td><img src="clutteredparse/26/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/26/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/26/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>27</td> |
|
|
<td><img src="clutteredparse/27/img.jpeg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/27/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/27/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>28</td> |
|
|
<td><img src="clutteredparse/28/img.webp" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/28/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/28/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>29</td> |
|
|
<td><img src="clutteredparse/29/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/29/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/29/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>30</td> |
|
|
<td><img src="clutteredparse/30/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/30/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/30/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>31</td> |
|
|
<td><img src="clutteredparse/31/img.webp" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/31/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/31/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>32</td> |
|
|
<td><img src="clutteredparse/32/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/32/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/32/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>33</td> |
|
|
<td><img src="clutteredparse/33/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/33/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/33/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>34</td> |
|
|
<td><img src="clutteredparse/34/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/34/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/34/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>35</td> |
|
|
<td><img src="clutteredparse/35/img.jpeg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/35/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/35/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>36</td> |
|
|
<td><img src="clutteredparse/36/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/36/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/36/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>37</td> |
|
|
<td><img src="clutteredparse/37/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/37/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/37/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>38</td> |
|
|
<td><img src="clutteredparse/38/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/38/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/38/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>39</td> |
|
|
<td><img src="clutteredparse/39/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/39/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/39/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<td>40</td> |
|
|
<td><img src="clutteredparse/40/img.jpeg" alt="img" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/40/A.png" alt="A" style="max-width:400px; max-height:400px;"></td> |
|
|
<td><img src="clutteredparse/40/B.png" alt="B" style="max-width:400px; max-height:400px;"></td> |
|
|
</tr> |
|
|
|
|
|
</tbody> |
|
|
</table> |
|
|
</body> |
|
|
</html> |
|
|
|