Skip to content

Commit b471327

Browse files
Remoção de pistas do primeiro ARG
1 parent 50ed3e2 commit b471327

File tree

1 file changed

+0
-103
lines changed

1 file changed

+0
-103
lines changed

index.html

-103
Original file line numberDiff line numberDiff line change
@@ -1494,109 +1494,6 @@ <h2 class="display-5 fw-normal mt-4">Comics</h2>
14941494
</tbody>
14951495
</table>
14961496
</div>
1497-
<!-- /images gallery -->
1498-
<!-- ////////////////////////////// -->
1499-
<!-- characters gallery -->
1500-
<h2 class="display-5 fw-normal mt-4">Characters Gallery</h2>
1501-
<div class="mt-4">
1502-
<table class="table table-sm">
1503-
<thead>
1504-
<tr>
1505-
<th scope="col">Category</th>
1506-
<th scope="col">(Un)Confirmed image</th>
1507-
</tr>
1508-
</thead>
1509-
<tbody>
1510-
<tr>
1511-
<th scope="row">Uncategorized</th>
1512-
<td>
1513-
<a
1514-
href="./img/variant-character.jpg"
1515-
target="_blank"
1516-
rel="noopener"
1517-
style="text-decoration: none"
1518-
>
1519-
<figure class="figure">
1520-
<picture>
1521-
<source
1522-
srcset="./img/variant-character.webp"
1523-
type="image/webp"
1524-
/>
1525-
<source
1526-
srcset="./img/variant-character.jpg"
1527-
type="image/jpg"
1528-
/>
1529-
<img
1530-
src="./img/variant-character.jpg"
1531-
class="figure-img img-fluid rounded"
1532-
width="114"
1533-
height="64"
1534-
alt=""
1535-
loading="lazy"
1536-
/>
1537-
</picture>
1538-
</figure>
1539-
</a>
1540-
<a
1541-
href="./img/variant-character-unknow2.png"
1542-
target="_blank"
1543-
rel="noopener"
1544-
style="text-decoration: none"
1545-
>
1546-
<figure class="figure">
1547-
<picture>
1548-
<source
1549-
srcset="./img/variant-character-unknow2.webp"
1550-
type="image/webp"
1551-
/>
1552-
<source
1553-
srcset="./img/variant-character-unknow2.png"
1554-
type="image/png"
1555-
/>
1556-
<img
1557-
src="./img/variant-character-unknow2.png"
1558-
class="figure-img img-fluid rounded"
1559-
width="114"
1560-
height="64"
1561-
alt=""
1562-
loading="lazy"
1563-
/>
1564-
</picture>
1565-
</figure>
1566-
</a>
1567-
<a
1568-
href="./img/variant-character-unknow.jpg"
1569-
target="_blank"
1570-
rel="noopener"
1571-
style="text-decoration: none"
1572-
>
1573-
<figure class="figure">
1574-
<picture>
1575-
<source
1576-
srcset="./img/variant-character-unknow.webp"
1577-
type="image/webp"
1578-
/>
1579-
<source
1580-
srcset="./img/variant-character-unknow.jpg"
1581-
type="image/jpg"
1582-
/>
1583-
<img
1584-
src="./img/variant-character-unknow.jpg"
1585-
class="figure-img img-fluid rounded"
1586-
width="114"
1587-
height="64"
1588-
alt=""
1589-
loading="lazy"
1590-
/>
1591-
</picture>
1592-
</figure>
1593-
</a>
1594-
</td>
1595-
</tr>
1596-
</tbody>
1597-
</table>
1598-
</div>
1599-
<!-- /characters gallery -->
16001497
<!-- ////////////////////////////// -->
16011498
<!-- videos -->
16021499
<h2 class="display-5 fw-normal mt-4">Videos known so far</h2>

0 commit comments

Comments
 (0)