I got the wrong haml in http://html2haml.heroku.com/
How to convert it in proper way ?
Because the haml didn't render the identical html when I load the page
HTML
<style media="screen">
img { display: none; }
body { overflow: hidden; }
#canvas { position: absolute; top: 0; left: 0; }
</style>
HAML by http://html2haml.heroku.com/
%style{media: "screen"}
:cdata
img { display: none; }
body { overflow: hidden; }
\#canvas { position: absolute; top: 0; left: 0; }