pulsar/index.html
2011-12-14 11:34:23 -08:00

15 lines
190 B
HTML

<html>
<head>
<script src='src/stdlib/require.js'></script>
<script>
window.onload = function() {
require($bootstrapScript);
}
</script>
</head>
<body>
</body>
</html>