mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-23 21:51:30 +01:00
15 lines
389 B
HTML
15 lines
389 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<base href="../">
|
|
<script src="dist/sh2-dev.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" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|