pulsar/index.html
2011-11-14 16:14:30 -08:00

26 lines
424 B
HTML

<html>
<head>
<link href="static/atom.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div id='app-horizontal'>
<div id='app-vertical'>
<div id='main'></div>
</div>
</div>
</body>
<script src='src/stdlib/require.js'></script>
<script>
window.onerror = function() {
window.showConsole(true)
}
window.onload = function() {
require('startup');
}
</script>
</html>