mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-08 16:19:17 +03:00
16 lines
277 B
HTML
16 lines
277 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" src="static/reset.css">
|
|
<script src='src/stdlib/require.js'></script>
|
|
|
|
<script>
|
|
window.onload = function() {
|
|
if ($bootstrapScript) require($bootstrapScript);
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|
|
|