15 lines
400 B
HTML
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>
|