Minor cleanup

This commit is contained in:
2023-09-21 19:16:30 -07:00
parent 3fd489dd7e
commit fb22243104
4 changed files with 270 additions and 1 deletions

View File

@ -2,13 +2,16 @@
<html>
<head>
<title>Daisy Web</title>
<link rel="icon" href="resources/daisy-icon-light.svg" sizes="any" type="image/svg+xml">
<link rel="preload" href="resources/Fantasque.ttf" as="font" type="font/ttf" crossorigin>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
<link rel="stylesheet" href="node_modules/xterm/css/xterm.css" />
<script src="node_modules/xterm/lib/xterm.js"></script>
<style>
@font-face {
font-family: Fantasque;
src: url("resources/Fantasque Sans Mono Regular Nerd Font Complete Mono.ttf") format("opentype");
src: url("resources/Fantasque.ttf") format("opentype");
}
html, body {