Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
zangston committed Dec 22, 2023
1 parent ab3fe9a commit 53e97a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions functionOne.js

This file was deleted.

3 changes: 0 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
href="https://unpkg.com/xterm/css/xterm.css"
/>
<script src="https://unpkg.com/xterm/lib/xterm.js"></script>
<script src="functionOne.js"></script>
</head>

<body>
Expand All @@ -30,8 +29,6 @@ <h1>xtermtris</h1>
xterm.open(document.getElementById('terminal'));
xterm.resize(34, 26);
xterm.write("\x1B[0;32m"); // Note: colors dictated by ANSI scheme: https://bixense.com/clicolors/

functionOne();
</script>
</body>
</html>

0 comments on commit 53e97a2

Please sign in to comment.