mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
updated some stuff
This commit is contained in:
parent
ec703e7429
commit
ceb5a02342
@ -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
BIN
vice.js_files/.DS_Store
vendored
Normal file
Binary file not shown.
@ -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>
|
||||
Loading…
Reference in New Issue
Block a user