systemjs/test/test-bootstrap.html
2013-11-09 12:38:22 +02:00

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>