mirror of
https://github.com/trebonian/visual6502.git
synced 2024-12-23 03:30:03 +00:00
top link should be absolute
This commit is contained in:
parent
18fbd2eb36
commit
dccef54f2e
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<head>
|
||||
<title>6502</title>
|
||||
<title>Visual 6502</title>
|
||||
<style type="text/css">@import "wires.css";</style>
|
||||
<script src="segdefs.js"></script>
|
||||
<script src="transdefs.js"></script>
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
<body onload="setTimeout(setup,200)">
|
||||
<br />
|
||||
<span id="title"><a href="/">The Visual 6502</a></span><br /><br />
|
||||
<span id="title"><a href="http://visual6502.org">The Visual 6502</a></span><br /><br />
|
||||
<span id="plain">
|
||||
If the chip does not load, try another browser: Chrome, Safari, or Firefox
|
||||
<br />
|
||||
|
Loading…
Reference in New Issue
Block a user