You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.7 KiB
46 lines
1.7 KiB
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Hello Sea.js</title>
|
|
<link rel="stylesheet" href="{__TPL__}static/hello/src/style.css">
|
|
</head>
|
|
<body>
|
|
<div id="container">
|
|
<img src="https://i.alipayobjects.com/e/201211/1cqKb32QfE.png" width="44" height="44" alt="H">
|
|
<img src="https://i.alipayobjects.com/e/201211/1cqKb2rJHI.png" width="44" height="44" alt="e">
|
|
<img src="https://i.alipayobjects.com/e/201211/1cqKeZrUpg.png" width="44" height="44" alt="l">
|
|
<img src="https://i.alipayobjects.com/e/201211/1cqM4u3Ejk.png" width="44" height="44" alt="l">
|
|
<img src="https://i.alipayobjects.com/e/201211/1cqKoKV2Sa.png" width="44" height="44" alt="o">
|
|
<img src="https://i.alipayobjects.com/e/201211/1cqKb4JU4K.png" width="44" height="44" alt=",">
|
|
<img src="https://i.alipayobjects.com/e/201211/1cqKojFDLY.png" width="44" height="44" alt="S">
|
|
<img src="https://i.alipayobjects.com/e/201211/1cqKb2sBO8.png" width="44" height="44" alt="e">
|
|
<img src="https://i.alipayobjects.com/e/201211/1cqKb2LmXk.png" width="44" height="44" alt="a">
|
|
<img src="https://i.alipayobjects.com/e/201211/1cqKb1jcWC.png" width="44" height="44" alt="J">
|
|
<img src="https://i.alipayobjects.com/e/201211/1cqKojb72y.png" width="44" height="44" alt="S">
|
|
</div>
|
|
|
|
<script src="{__PUBLIC__}seajs/sea.js"></script>
|
|
<script>
|
|
// Set configuration
|
|
seajs.config({
|
|
base: "{__ROOT__}",
|
|
alias: {
|
|
"jquery": "{__TPL__}static/jquery/1.10.1/jquery",
|
|
"seajs-debug": "{__PUBLIC__}seajs/sea-debug",
|
|
"main": "{__TPL__}static/hello/src/main"
|
|
},
|
|
debug: true,
|
|
});
|
|
|
|
// For development
|
|
seajs.use("main");
|
|
seajs.use("seajs-debug");
|
|
</script>
|
|
</body>
|
|
</html>
|
|
</script>
|
|
</div>
|
|
</body></title>
|
|
</head>
|
|
</html>
|
|
|