File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -610,12 +610,21 @@ <h4>儲存成功</h4>
610610 < div id ="copy " data-clipboard-target ="#saveUrl "> 複製連結</ div >
611611 </ div >
612612 </ div >
613-
613+
614614 < script src ="https://webbit.webduino.io/blockly/dist/lib/webduino-all.min.js "> </ script >
615615 < script src ="https://webbit.webduino.io/blockly/custom-blocks/radio/mqttClient.min.js "> </ script >
616616 < script src ="js/clipboard.min.js "> </ script >
617617 < script src ="js/firebase.js "> </ script >
618618 < script src ="js/main.js "> </ script >
619+
620+ < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-2708968-11 "> </ script >
621+ < script >
622+ window . dataLayer = window . dataLayer || [ ] ;
623+ function gtag ( ) { dataLayer . push ( arguments ) ; }
624+ gtag ( 'js' , new Date ( ) ) ;
625+ gtag ( 'config' , 'UA-2708968-11' ) ;
626+ </ script >
627+
619628</ body >
620629
621630</ html >
You can’t perform that action at this time.
0 commit comments