Last active
December 19, 2015 23:28
-
-
Save hotoo/6034464 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<!-- uitpl: trackerTime.vm(header.vm) --> | |
<script> | |
window._to = {start: new Date()}; | |
</script> | |
<script> | |
// monitor.js 前置脚本 | |
</script> | |
<script src="sea.js,..."></script> | |
<!-- /uitpl: trackerTime(header.vm) --> | |
<script> | |
// 业务前置内联脚本 | |
</script> | |
<link src="xx.css" /> | |
... | |
</head> | |
<body> | |
... | |
<script> | |
// 业务内联代码... | |
</script> | |
<!-- uitpl: tracker.vm(footer.vm) --> | |
<script> | |
// 全站公共底部代码 | |
seajs.use(["monitor", "sensinfo", "tracker", "heatracker", "smartracker"], function(){ | |
}); | |
</script> | |
<!-- /uitpl: tracker.vm(footer.vm) --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment