Authored by xuqi

import css&js in layout

<script src="http://172.16.6.248:8000/static/js/sea.js?nowrap"></script>
<script>
seajs.config({
base: 'http://172.16.6.248:8000'
});
seajs.use('js/index');
</script>
</body>
</html>
\ No newline at end of file
... ...
... ... @@ -10,5 +10,6 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta content="telephone=no" name="format-detection" />
<meta content="email=no" name="format-detection" />
<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css">
</head>
<body>
\ No newline at end of file
... ...