djLint/tests/test_config/test_scripts_styles/html.html

21 lines
576 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>
<script src="{% static '/js/shared.min.js' %}"></script>
<script src="{% static '/js/alive.min.js' %}"></script>
<script src="{% static '/js/search.min.js' %}" defer async></script>
<script src="{% static '/js/utility.min.js' %}" defer async></script>