robchang commited on
Commit
c0b2103
·
1 Parent(s): 3d289a6

Deploy KLH10 TOPS-20 emulator

Browse files
Files changed (2) hide show
  1. .dockerignore +2 -0
  2. build/wasm/bld-kl/index.html +7 -3
.dockerignore CHANGED
@@ -5,3 +5,5 @@ node_modules/
5
  *.tap
6
  build/wasm/bld-*/RH20.*
7
  build/wasm/bld-*/*-dbd9
 
 
 
5
  *.tap
6
  build/wasm/bld-*/RH20.*
7
  build/wasm/bld-*/*-dbd9
8
+ .env*
9
+ .DS_Store
build/wasm/bld-kl/index.html CHANGED
@@ -4,7 +4,7 @@
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>KLH10 PDP-10 Emulator - WebAssembly</title>
7
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/xterm@5.3.0/css/xterm.css" />
8
  <style>
9
  body {
10
  margin: 0;
@@ -116,6 +116,10 @@
116
  </div>
117
 
118
  <div style="text-align: center; font-size: 12px; color: #888; margin-top: 20px;">
 
 
 
 
119
  WebAssembly port via agentic coding by Rob Chang<br>
120
  KLH10 PDP-10 Emulator by Kenneth L. Harrenstien<br>
121
  Panda TOPS-20 distribution by Mark Crispin<br>
@@ -123,8 +127,8 @@
123
  </div>
124
  </div>
125
 
126
- <script src="https://cdn.jsdelivr.net/npm/xterm@5.3.0/lib/xterm.js"></script>
127
- <script src="https://cdn.jsdelivr.net/npm/xterm-addon-fit@0.8.0/lib/xterm-addon-fit.js"></script>
128
  <script src="main.js"></script>
129
  </body>
130
  </html>
 
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>KLH10 PDP-10 Emulator - WebAssembly</title>
7
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/xterm@5.3.0/css/xterm.css" integrity="sha384-LJcOxlx9IMbNXDqJ2axpfEQKkAYbFjJfhXexLfiRJhjDU81mzgkiQq8rkV0j6dVh" crossorigin="anonymous" />
8
  <style>
9
  body {
10
  margin: 0;
 
116
  </div>
117
 
118
  <div style="text-align: center; font-size: 12px; color: #888; margin-top: 20px;">
119
+ <a href="https://github.com/robchang/tops20" target="_blank" rel="noopener noreferrer" style="color: #888; text-decoration: none;">
120
+ <svg height="16" width="16" viewBox="0 0 16 16" fill="#888" style="vertical-align: text-bottom; margin-right: 4px;">
121
+ <path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/>
122
+ </svg>Source &amp; Docs</a><br>
123
  WebAssembly port via agentic coding by Rob Chang<br>
124
  KLH10 PDP-10 Emulator by Kenneth L. Harrenstien<br>
125
  Panda TOPS-20 distribution by Mark Crispin<br>
 
127
  </div>
128
  </div>
129
 
130
+ <script src="https://cdn.jsdelivr.net/npm/xterm@5.3.0/lib/xterm.js" integrity="sha384-/nfmYPUzWMS6v2atn8hbljz7NE0EI1iGx34lJaNzyVjWGDzMv+ciUZUeJpKA3Glc" crossorigin="anonymous"></script>
131
+ <script src="https://cdn.jsdelivr.net/npm/xterm-addon-fit@0.8.0/lib/xterm-addon-fit.js" integrity="sha384-AQLWHRKAgdTxkolJcLOELg4E9rE89CPE2xMy3tIRFn08NcGKPTsELdvKomqji+DL" crossorigin="anonymous"></script>
132
  <script src="main.js"></script>
133
  </body>
134
  </html>