updated notes.md

This commit is contained in:
crunk 2022-03-04 23:17:00 +01:00
parent 925413af4b
commit 9e85ccf04d

View File

@ -13,7 +13,7 @@ document.addEventListener("DOMContentLoaded", function(){
code.open();
code.writeln(html.value+"<style>"+css.value+"</style>");
code.close();
});
});
};
update();