pcsxr/macosx/Pcsxr-QL/template.html

20 lines
367 B
HTML

<html>
<head>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
<style>
table,th,td
{
border:1px solid black;
width:380px;
}
</style>
</head>
<body>
<center>
<table>
<tr> <td ALIGN=center>Image</td> <td ALIGN=center>Name</td> <td ALIGN=center>Count</td> </tr>
(TABLECONTENT)
</table>
</center>
</body>
</html>