mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-24 03:01:58 +01:00
fix links to dist-dev
This commit is contained in:
parent
d9cd211149
commit
b8d4bb071a
@ -2,11 +2,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<base href="../">
|
||||
<script src="dist/sh2.js"></script>
|
||||
<script src="dist-dev/sh2.js"></script>
|
||||
<link rel="stylesheet" href="static/bulma-0.9.4.min.css">
|
||||
<link rel="stylesheet" href="static/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="static/xterm.css" />
|
||||
<link rel="stylesheet" href="dist/sh2.css" />
|
||||
<link rel="stylesheet" href="dist-dev/sh2.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user