mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-18 14:53:14 +00:00
15 lines
358 B
HTML
15 lines
358 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="../../es6-module-loader/lib/es6-module-loader.js"></script>
|
|
<script src="../loader.js"></script>
|
|
<link rel="stylesheet" href="https://github.jspm.io/twbs/bootstrap@3.0.2/dist/css/bootstrap.css" />
|
|
<script>
|
|
jspm.import('bootstrap@3.0.2', function() {
|
|
});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
</html> |