Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 349 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 349 Bytes

htmlCompressor

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 ...