mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-12 21:09:29 +00:00
f451296c5b
Some of these files are only having their end-of-line character changed.
10 lines
270 B
HTML
10 lines
270 B
HTML
<hr/>
|
|
<p>Copyright 2021 faddenSoft</p>
|
|
<!-- <p id="screen-size"></p>
|
|
<script>
|
|
var w = window.innerWidth;
|
|
var h = window.innerHeight;
|
|
var x = document.getElementById("screen-size");
|
|
x.innerHTML = "DEBUG: initial window size " + w + "x" + h;
|
|
</script> -->
|