Add web pages

This commit is contained in:
simon.kagstrom 2010-02-28 18:14:35 +00:00
parent 844c312792
commit 32eb4f6d87
3 changed files with 28 additions and 0 deletions

BIN
web/emulator-main.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
web/ikplus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

28
web/index.html Normal file
View File

@ -0,0 +1,28 @@
<HTML>
<BODY>
<TITLE>C64 network</TITLE>
<H1>The C64 network!</H1>
<p>Welcome to <A HREF="http://www.c64-network.org">c64-network.org</A>! C64-network.org is a Commodore C64 emulator based on the <A HREF="http://frodo.cebix.net/">Frodo</A> source code by Christian Bauer. In addition to the features provided by Frodo, it adds network support and a port to the Nintendo Wii.
<H2>Screenshots</H2>
<p><IMG SRC="ikplus.png">
<p><IMG SRC="emulator-main.png">
<H2>Help needed!</H2>
<p>The C64 network needs your help! Primarily, I need help with building the source code for Windows and Mac OS, and also web design and graphical design. See <A HREF="http://simonkagstrom.livejournal.com">this blog entry</A>
<H2>Download</H2>
You can download source and binaries for the C64 network here:
<UL>
<LI><A HREF="">Source (v1)</A></LI>
<LI><A HREF="">Linux binary (v1)</A></LI>
<LI><A HREF="">Windows binary (v1)</A></LI> (not yet!)
<LI><A HREF="">Mac OS binary (v1)</A></LI> (not yet!)
</UL>
<p>The source code is also available for checkout on <A HREF="http://code.google.com/p/frodo-wii/source/checkout">googlecode</A>.
</BODY>
</HTML>