worldwideportal/index.html

49 lines
3.5 KiB
HTML
Raw Permalink Normal View History

2024-07-21 17:01:56 +10:00
<!doctype html>
<html lang="en">
<head>
<script type="importmap">
{
"imports": {
"@codemirror/view": "./@codemirror/view/index.js",
"@codemirror/state": "./@codemirror/state/index.js",
"@codemirror/language": "./@codemirror/language/index.js",
"@codemirror/legacy-modes/mode/lua": "./@codemirror/legacy-modes/mode/lua.js",
"@codemirror/commands": "./@codemirror/commands/index.js",
"@codemirror/search": "./@codemirror/search/index.js",
"@codemirror/autocomplete": "./@codemirror/autocomplete/index.js",
"@codemirror/lint": "./@codemirror/lint/index.js",
"@lezer/common": "./@lezer/common/index.js",
"@lezer/highlight": "./@lezer/highlight/index.js",
"@lezer/lr": "./@lezer/lr/index.js",
"style-mod": "./style-mod/style-mod.js",
"w3c-keyname": "./w3c-keyname/index.js",
"crelt": "./crelt/index.js"
}
}
</script>
<link data-trunk rel="css" href="node_modules/bootstrap/dist/css/bootstrap.min.css"/>
<link data-trunk rel="css" href="node_modules/bootstrap-icons/font/bootstrap-icons.min.css"/>
2024-07-21 17:01:56 +10:00
<link data-trunk rel="css" href="node_modules/@xterm/xterm/css/xterm.css"/>
<script data-trunk src="node_modules/@xterm/xterm/lib/xterm.js"></script>
<script data-trunk src="node_modules/@xterm/addon-fit/lib/addon-fit.js"></script>
<link data-trunk rel="css" href="styles.css"/>
<link data-trunk rel="copy-file" href="assets/fonts/JetBrainsMono-Regular.woff2"/>
<link data-trunk rel="copy-file" href="node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff" data-target-path="fonts"/>
<link data-trunk rel="copy-file" href="node_modules/@codemirror/view/dist/index.js" data-target-path="@codemirror/view"></link>
<link data-trunk rel="copy-file" href="node_modules/@codemirror/state/dist/index.js" data-target-path="@codemirror/state"></link>
<link data-trunk rel="copy-file" href="node_modules/@codemirror/language/dist/index.js" data-target-path="@codemirror/language"></link>
<link data-trunk rel="copy-file" href="node_modules/@codemirror/legacy-modes/mode/lua.js" data-target-path="@codemirror/legacy-modes/mode"></link>
<link data-trunk rel="copy-file" href="node_modules/@codemirror/commands/dist/index.js" data-target-path="@codemirror/commands"></link>
<link data-trunk rel="copy-file" href="node_modules/@codemirror/autocomplete/dist/index.js" data-target-path="@codemirror/autocomplete"></link>
<link data-trunk rel="copy-file" href="node_modules/@codemirror/search/dist/index.js" data-target-path="@codemirror/search"></link>
<link data-trunk rel="copy-file" href="node_modules/@codemirror/lint/dist/index.js" data-target-path="@codemirror/lint"></link>
<link data-trunk rel="copy-file" href="node_modules/@lezer/common/dist/index.js" data-target-path="@lezer/common"></link>
<link data-trunk rel="copy-file" href="node_modules/@lezer/highlight/dist/index.js" data-target-path="@lezer/highlight"></link>
<link data-trunk rel="copy-file" href="node_modules/@lezer/lr/dist/index.js" data-target-path="@lezer/lr"></link>
<link data-trunk rel="copy-file" href="node_modules/style-mod/src/style-mod.js" data-target-path="style-mod"></link>
<link data-trunk rel="copy-file" href="node_modules/crelt/index.js" data-target-path="crelt"></link>
<link data-trunk rel="copy-file" href="node_modules/w3c-keyname/index.js" data-target-path="w3c-keyname"></link>
2024-07-21 17:01:56 +10:00
</head>
<body></body>
</html>