t* my version of playonbsd.com data
       
   URI git clone git://git.codevoid.de/playonbsd-sdk.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       tstyle.css (228B)
       ---
            1 table {
            2   margin: auto;
            3   width: 95%;
            4 }
            5 th {
            6   font-style: italic;
            7   border: 1px solid;
            8   padding: 4px;
            9 }
           10 td {
           11     border: 1px solid;
           12     text-align: center;
           13 }
           14 img {
           15   margin: 0;
           16   padding: 0;
           17   width: 256px;
           18   height: 256px;
           19 }