mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
21 lines
341 B
HTML
21 lines
341 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 || error);
|
|
}
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|
|
|