Skip to content

Commit 6279135

Browse files
committed
jslinux.css
1 parent 22ba1af commit 6279135

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

index.html

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,8 @@
22
<html>
33
<head>
44
<title>Javascript PC Emulator</title>
5-
<style>
6-
.term {
7-
font-family: courier, fixed, swiss, monospace, sans-serif;
8-
font-size: 14px;
9-
color: #f0f0f0;
10-
background: #000000;
11-
}
5+
<link rel="stylesheet" href="jslinux.css">
126

13-
.termReverse {
14-
color: #000000;
15-
background: #00ff00;
16-
}
17-
</style>
187
<script type="text/javascript" src="utils.js"></script>
198
<script type="text/javascript" src="term.js"></script>
209
<script type="text/javascript" src="cpux86-ta.js"></script>

jslinux.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.term {
2+
font-family: courier, fixed, swiss, monospace, sans-serif;
3+
font-size: 14px;
4+
color: #f0f0f0;
5+
background: #000000;
6+
}
7+
8+
.termReverse {
9+
color: #000000;
10+
background: #00ff00;
11+
}

0 commit comments

Comments
 (0)