Files
2025-12-26 10:54:07 -08:00

29 lines
900 B
HTML

<!doctype html>
<html>
<head>
<title>xterm.js demo</title>
<!--
WARNING: This demo is a barebones implementation designed for development and evaluation
purposes only. It is definitely NOT production ready and does not aim to be so. Exposing the
demo to the public as is would introduce security risks for the host.
-->
<link rel="shortcut icon" type="image/png" href="/logo.png">
<link rel="stylesheet" href="/xterm.css" />
<link rel="stylesheet" href="/index.css" />
</head>
<body>
<div id="banner">
<span class="banner-title">xterm.js</span>
<div class="banner-tabs"></div>
</div>
<div id="container">
<div class="grid">
<div id="terminal-container"></div>
</div>
<div id="sidebar" class="grid">
</div>
</div>
<script src="dist/client-bundle.js" defer ></script>
</body>
</html>