mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-12 15:50:20 -08:00
add terminal-stylesheet for javascript html
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>CHANGE</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="change.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user