mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-10-04 11:58:42 +00:00
Make all dist/ references in index.html absolute
This commit is contained in:
parent
99496de242
commit
e6f21f0bfc
@ -2,8 +2,8 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>xterm.js demo</title>
|
<title>xterm.js demo</title>
|
||||||
<link rel="stylesheet" href="../dist/xterm.css" />
|
<link rel="stylesheet" href="/dist/xterm.css" />
|
||||||
<link rel="stylesheet" href="../dist/addons/fullscreen/fullscreen.css" />
|
<link rel="stylesheet" href="/dist/addons/fullscreen/fullscreen.css" />
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="style.css" />
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/1.0.0/fetch.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/1.0.0/fetch.min.js"></script>
|
||||||
<script src="/dist/xterm.js" ></script>
|
<script src="/dist/xterm.js" ></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user