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-06-08 02:25:35 +02:00
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.2/css/bulma.min.css">
|
2022-08-18 09:39:06 +02:00
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma-switch@2.0.4/dist/css/bulma-switch.min.css">
|
2022-06-08 02:25:35 +02:00
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/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>
|