pulsar/index.html
2012-03-08 12:48:40 -08:00

16 lines
277 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" src="static/reset.css">
<script src='src/stdlib/require.js'></script>
<script>
window.onload = function() {
if ($bootstrapScript) require($bootstrapScript);
}
</script>
</head>
<body>
</body>
</html>