1
0
This commit is contained in:
2024-04-05 17:09:39 +09:00
parent 4eff8af712
commit 0405ff76dd
2557 changed files with 432907 additions and 0 deletions

View File

@ -0,0 +1,11 @@
(function() {
var newEl = document.createElement('script'),
firstScriptTag = document.getElementsByTagName('script')[0];
if (firstScriptTag) {
newEl.async = 1;
newEl.src = '//' + window.location.hostname + ':35729/livereload.js';
firstScriptTag.parentNode.insertBefore(newEl, firstScriptTag);
}
})();