(???) !DOCTYPE html>
 (???) html>
 (???)  <head>
 (???)    <style>
 (???)      body {
 (???)        background: #4b4b4b;
 (???)        color: white;
 (???)        margin: auto;
 (???)        width: 480px;
 (???)      }
 (???)    
 (???)      a {
 (???)        color: white
 (???)      }
 (???)    </style>
 (???)    <script type="text/javascript" src="brython.js"></script>
 (???)    <script type="text/javascript" src="brython_stdlib.js"></script>
 (???)  </head>
 (???)  <body onload="brython({debug: 1, indexedDB: false})" tabindex="0" autofocus>
 (???)    <canvas id="tetris" width="480" height="400"></canvas>
 (???)    <a href="/games/pytris">info</a>
 (???)    <script type="text/python" src="./pytris.py"></script>
 (???)  </body>
 (???) /html>