29 lines
No EOL
1 KiB
HTML
29 lines
No EOL
1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="viewport" content="width=device-width,height=device-height" />
|
|
<title>BaseX LSP Demo WIP</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<script src="https://www.unpkg.com/ace-builds@latest/src-noconflict/ace.js"></script>
|
|
<script src="https://www.unpkg.com/ace-builds@latest/src-noconflict/ext-language_tools.js"></script>
|
|
<script src="https://www.unpkg.com/ace-linters@latest/build/ace-linters.js"></script>
|
|
<script src="https://www.unpkg.com/ace-linters@latest/build/service-manager.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<header>something
|
|
<button onclick="opts(editor)">console</button>
|
|
<button onclick="editor.showSettingsMenu();">Settings</button>
|
|
<a href="/dba/logs" target="_blank">dba</a>
|
|
</header>
|
|
<div>
|
|
<div id="settings" style="height: 100px">sett</div>
|
|
<div id="editor" style="height: 100px">some text</div>
|
|
</div>
|
|
<script src="script.js"></script>
|
|
|
|
</body>
|
|
|
|
</html> |