mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Make all dist/ references in index.html absolute
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>xterm.js demo</title>
|
||||
<link rel="stylesheet" href="../dist/xterm.css" />
|
||||
<link rel="stylesheet" href="../dist/addons/fullscreen/fullscreen.css" />
|
||||
<link rel="stylesheet" href="/dist/xterm.css" />
|
||||
<link rel="stylesheet" href="/dist/addons/fullscreen/fullscreen.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="/dist/xterm.js" ></script>
|
||||
|
||||
Reference in New Issue
Block a user