Copyright (c) 2016 Dario Passariello
html compressor for receive only one line of html code in browser.
Usage: include or require in very top of your code in your index.php (outside html code it's fine..)
<?php include($_SERVER['DOCUMENT_ROOT'] . 'htmlCompressor.php') ?>
... your html + php + javascript ...