This repository was archived by the owner on Dec 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtemplate.html
More file actions
44 lines (42 loc) · 2.17 KB
/
template.html
File metadata and controls
44 lines (42 loc) · 2.17 KB
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
<!DOCTYPE html>
<html>
<body style="background-color:white;">
<table style="height: 600px;" width="1200">
<tbody>
<tr>
<td>
<h3 style="text-align: center;"><img style="display: block; margin-left: auto; margin-right: auto;" alt="fav01.jpg" src="template.png" width="200" height="150" /><a href="http://www.link1.com">Favorite</a></h3>
</td>
<td>
<h3 style="text-align: center;"><img style="display: block; margin-left: auto; margin-right: auto;" alt="fav02.jpg" src="template.png" width="200" height="150" /><a href="http://www.link2.com">Favorite</a></h3>
</td>
<td>
<h3 style="text-align: center;"><img style="display: block; margin-left: auto; margin-right: auto;" alt="fav03.jpg" src="template.png" width="200" height="150" /><a href="http://www.link3.com">Favorite</a></h3>
</td>
</tr>
<tr>
<td>
<h3 style="text-align: center;"><img style="display: block; margin-left: auto; margin-right: auto;" alt="fav04.jpg" src="template.png" width="200" height="150" /><a href="http://www.link4.com">Favorite</a></h3>
</td>
<td>
<h3 style="text-align: center;"><img style="display: block; margin-left: auto; margin-right: auto;" alt="fav05.jpg" src="template.png" width="200" height="150" /><a href="http://www.link5.com">Favorite</a></h3>
</td>
<td>
<h3 style="text-align: center;"><img style="display: block; margin-left: auto; margin-right: auto;" alt="fav06.jpg" src="template.png" width="200" height="150" /><a href="http://www.link6.com">Favorite</a></h3>
</td>
</tr>
<tr>
<td>
<h3 style="text-align: center;"><img style="display: block; margin-left: auto; margin-right: auto;" alt="fav07.jpg" src="template.png" width="200" height="150" /><a href="http://www.link7.com">Favorite</a></h3>
</td>
<td>
<h3 style="text-align: center;"><img style="display: block; margin-left: auto; margin-right: auto;" alt="fav08.jpg" src="template.png" width="200" height="150" /><a href="http://www.link8.com">Favorite</a></h3>
</td>
<td>
<h3 style="text-align: center;"><img style="display: block; margin-left: auto; margin-right: auto;" alt="fav09.jpg" src="template.png" width="200" height="150" /><a href="http://www.link9.com">Favorite</a></h3>
</td>
</tr>
</tbody>
</table>
</body>
</html>