html-minify
Version:
minify html, and any CSS or JS included in your markup
22 lines (21 loc) • 560 B
HTML
<!--- located at http://example.com/adorable/button -->
<element name="x-adore-button" extends="button">
<style>
body {
color: #000;
}
</style>
<script>
var service = new Worker("http://example.com/adorable/service/worker.js");
service.onmessage = function ( ) {
};
service.postMessage("hello") ;
</script>
<template>I adore this</template>
<script type="text/javascript">
alert(1);
</script>
</element>
<a href=http://example.com>Check out this
cool link
</a>