djLint/tests/test_config/test_scripts_styles/html.html

17 lines
324 B
HTML

<div>
<script>
__jsnlog_configure = function(JL) {
JL.setOptions({
"defaultAjaxUrl": "/analytics/trace"
})
};
try {
__jsnlog_configure(JL);
} catch (e) {};
</script>
</div>
<style>
.body {
width: 12px
}
</style>