mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-08 16:19:17 +03:00
22 lines
365 B
HTML
22 lines
365 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.onload = function() {
|
|
require($bootstrapScript);
|
|
}
|
|
</script>
|
|
|
|
</html>
|
|
|