updated some stuff

This commit is contained in:
IanSkinner1982 2021-01-22 19:47:00 -05:00
parent ec703e7429
commit ceb5a02342
3 changed files with 10 additions and 9 deletions

View File

@ -24,14 +24,6 @@
<div class="media">
<h1>
</body>
<p align="left">
<iframe id="C64"
title="Emulator"
width="1000"
height="600"
src="https://commodore.ca/arcade/Commodore-64-Emulator.html">
</iframe>
</p>
</html>

BIN
vice.js_files/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -1,7 +1,15 @@
<!doctype html>
<title>IanSkinner1982's Website</title>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<html lang="en-us">
<body>
<!-- the canvas *must not* have any border or padding, or mouse coords will be wrong -->
<p align="center">
<br>
<br>
<br>
<canvas id="canvas" style="border: 0px none;"></canvas>
<script type="text/javascript" >
@ -39,5 +47,6 @@
</script>
<script type="text/javascript" src="https://www.commodore.ca/arcade/x64.js"></script>
</p>
</body>
</html>