Merge pull request #633 from mojoaxel/js-terminal-style

Add "nice" terminal style stylesheet for javascript html
This commit is contained in:
Jeff Atwood
2022-03-15 23:50:18 -05:00
committed by GitHub
99 changed files with 397 additions and 98 deletions

View File

@@ -1,9 +1,10 @@
<html>
<head>
<title>BOXING</title>
<link rel="stylesheet" href="../../00_Utilities/javascript/style_terminal.css" />
</head>
<body>
<pre id="output" style="font-size: 12pt;"></pre>
<pre id="output"></pre>
<script src="boxing.js"></script>
</body>
</html>