Files
atom/index.html
2012-04-03 10:33:24 -07:00

22 lines
331 B
HTML

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