mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
12 lines
240 B
HTML
12 lines
240 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Test</title>
|
|
</head>
|
|
<body>
|
|
<script src="dist/test.js"></script>
|
|
<button onclick="test6502()">Test 6502</button>
|
|
<button onclick="test65C02()">Test 65C02</button>
|
|
</body>
|
|
</html>
|