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
       ---
       t500.html (456B)
       ---
            1 <!DOCTYPE html>
            2 <html lang="en">
            3 <head>
            4   <meta charset="utf-8">
            5   <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
            6   <title>Error 500</title>
            7   <link rel="stylesheet" href="/css/error.css">
            8 </head>
            9 <body>
           10 <h1>Error 500</h1>
           11 <div id="content">
           12 <h2>Internal Server Error</h2><p>Wooops, something went wrong</p>
           13 </div>
           14 <div id="footer">
           15 Powered by <a href="http://perldancer.org/">Dancer2</a>.
           16 </div>
           17 </body>
           18 </html>