waveterm/static/index.html

15 lines
389 B
HTML
Raw Normal View History

2022-06-08 02:25:35 +02:00
<!DOCTYPE html>
<html>
<head>
2022-07-09 10:37:19 +02:00
<base href="../">
<script src="dist/sh2-dev.js"></script>
2022-10-10 21:21:26 +02:00
<link rel="stylesheet" href="static/bulma-0.9.4.min.css">
2022-10-10 21:19:19 +02:00
<link rel="stylesheet" href="static/font-awesome.min.css">
2022-07-09 10:37:19 +02:00
<link rel="stylesheet" href="static/xterm.css" />
<link rel="stylesheet" href="dist/sh2.css" />
2022-06-08 02:25:35 +02:00
</head>
<body>
2022-06-20 22:03:20 +02:00
<div id="app"></div>
2022-06-08 02:25:35 +02:00
</body>
</html>