mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
30 lines
743 B
HTML
Executable File
30 lines
743 B
HTML
Executable File
<!DOCTYPE html>
|
|
<title>IanSkinner1982's Website</title>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<div class="nav">
|
|
<nav>
|
|
<ul>
|
|
<li><img src="" width="50" height="50"></li>
|
|
<li><a href="/index">Main Page</a></li>
|
|
<li><a href="/cc64.html">Cookie Clicker C64</a></li>
|
|
<li><a href="/tl64.html">C64 Title Loader</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</head>
|
|
<body>
|
|
<div class="intro">
|
|
<h1>Title Loader C64 Notes and Plans</h1>
|
|
<p>A bunch of notes, as well as future plans for this application.
|
|
</p>
|
|
</div>
|
|
<div class="notes">
|
|
<h1>
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|