pulsar/static/index.html
2012-08-23 12:38:52 -07:00

22 lines
363 B
HTML

<html>
<head>
<script src='src/stdlib/require.js'></script>
<script>
window.onload = function() {
try {
//if ($bootstrapScript) require($bootstrapScript);
}
catch (error) {
//c$native.showDevTools();
console.error(error.stack || error);
}
}
</script>
</head>
<body>
LET'S DO THIS!
</body>
</html>