-
Notifications
You must be signed in to change notification settings - Fork 0
/
2nd_Page_Table.html
70 lines (70 loc) · 2.54 KB
/
2nd_Page_Table.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
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Quirks 🌟</title>
</head>
<body background="Project Images/Background_Quirk.png">
<h1> <i> <b><center>Quirks </i> </b> </h1> </center>
<table>
<tr>
<td>
<table cellspacing="5">
<tr>
<td>
<img class="center" src="Project Images/One_for_All.png" width="350">
</td>
<td>
<h3> <a href="https://www.youtube.com/watch?v=gzu7zW1vp4U"> One for All </a> </h3>
</td>
</tr>
<tr>
<td>
<img class="center" src="Project Images/Fa_Jin.png" width="350">
</td>
<td>
<h3> Fa Jin </h3>
</td>
</tr>
<tr>
<td>
<img class="center" src="Project Images/DangerSense.jpg" width="350">
</td>
<td>
<h3> Danger Sense </h3>
</td>
</tr>
</table>
</td>
<td>
<table cellspacing="5">
<tr>
<td>
<img class="center" src="Project Images/BlackWhip.png" width="350">
</td>
<td>
<h3> <a href="https://www.youtube.com/watch?v=CD51BeXEqk0"> Blackwhip</a> </h3>
</td>
</tr>
<tr>
<td>
<img class="center" src="Project Images/Smokescreen.jpg" width="350">
</td>
<td>
<h3> Smokescreen</h3>
</td>
</tr>
<tr>
<td>
<img class="center" src="Project Images/Float.jpg" width="350">
</td>
<td>
<h3> Float </h3>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>