This commit is contained in:
ACoolName 2024-06-02 21:54:39 +03:00
parent a3bb166d70
commit 8e56811220

View File

@ -270,8 +270,8 @@ export function ActionItem(p: { action: ActionInfo, identifierSubstring?: string
NewWindow.document.write(`<!doctype html>
<html>
<head>
<link rel="stylesheet" href="node_modules/@xterm/xterm/css/xterm.css" />
<script src="node_modules/@xterm/xterm/lib/xterm.js"></script>
<link rel="stylesheet" href="xterm/css/xterm.css" />
<script src="xterm/lib/xterm.js"></script>
</head>
<body>
<div id="terminal"></div>