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> NewWindow.document.write(`<!doctype html>
<html> <html>
<head> <head>
<link rel="stylesheet" href="node_modules/@xterm/xterm/css/xterm.css" /> <link rel="stylesheet" href="xterm/css/xterm.css" />
<script src="node_modules/@xterm/xterm/lib/xterm.js"></script> <script src="xterm/lib/xterm.js"></script>
</head> </head>
<body> <body>
<div id="terminal"></div> <div id="terminal"></div>