-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<body>
<header>
<h1 id="wolfnet-65C02-workbench-computer">WolfNet 65C02 WorkBench Computer</h1>
</header>
<nav>
<a href="license.html" target="iframe1">Hardware Licensing</a>
<a href="readme.html" target="iframe1">README</a>
<a href="memory_map.html" target="iframe1">Memory map</a>
<a href="ibom.html" target="iframe1">Interactive BOM pages</a>
<a href="pinouts.html" target="iframe1">Connector Pinouts</a>
<a href="pictures.html" target="iframe1">Pictures</a>
<a href="thanks.html" target="iframe1">Thanks</a>
<a href="https://github.com/TheAlmostGenius/WolfNet-6502-WBC">The Repository(Downloads here...)</a>
</nav>
<iframe src="readme.html" style="border:none;width:100%;height:550px;" name="iframe1" title="Center IFrame"></iframe>
<footer>
<p>Conceived and created by <a href="https://thealmostgenius.geekgalaxy.com">TheAlmostGenius</a> 2021-2022 for © <a href="https://github.com/WolfNet-Computing">WolfNet Computing</a> 2019 - 2022</p>
</footer>
</body>
</html>