mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
601cf41108
For now, I'm removing the flexbox treatment of #app-vertical because the file finder just needs to overlay the bottom and absolute positioning is simpler. I'm also using requireStylesheet to load the file finders CSS instead of a link tag.
15 lines
212 B
HTML
15 lines
212 B
HTML
<html>
|
|
<head>
|
|
<script src='src/stdlib/require.js'></script>
|
|
|
|
<script>
|
|
window.onload = function() {
|
|
if ($bootstrapScript) require($bootstrapScript);
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|
|
|