mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-06 06:28:33 +03:00
26 lines
424 B
HTML
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>
|
|
|