mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-18 14:53:14 +00:00
14 lines
248 B
HTML
14 lines
248 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="../../es6-module-loader/lib/es6-module-loader.js"></script>
|
|
<script src="../loader.js"></script>
|
|
<script>
|
|
jspm.import('jquery', function($) {
|
|
});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
</html> |