add static version of bulma 0.9.4

This commit is contained in:
sawka 2022-10-10 12:21:26 -07:00
parent c5e3de9fdc
commit d04f94d481
2 changed files with 2 additions and 3 deletions

1
static/bulma-0.9.4.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -3,14 +3,12 @@
<head>
<base href="../">
<script src="dist/sh2-dev.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.2/css/bulma.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma-switch@2.0.4/dist/css/bulma-switch.min.css">
<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>