Light12306/Web12306/index.html
2014-03-13 15:06:01 +08:00

15 lines
400 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<script src="js/modules/seajs/sea.js"></script>
</head>
<body>
<script>
seajs.config({ base: location.protocol + '//' + location.host + location.pathname + 'js/' });
seajs.use("../../js/boot.js");
</script>
</body>
</html>