Added initial rudimentary home page.
This commit is contained in:
parent
842d72621e
commit
8ea9552eb6
1 changed files with 31 additions and 0 deletions
31
index.html
Normal file
31
index.html
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>cc65 Project Page</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>cc65 Project Page</h1>
|
||||||
|
<hr>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://github.com/oliverschmidt/cc65">Source Code</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="doc/">Documentation</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="http://sourceforge.net/p/cc65/mailman/">Mailing Lists</a>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://lists.sourceforge.net/lists/listinfo/cc65-devel">cc65 Development</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="https://lists.sourceforge.net/lists/listinfo/cc65-git">cc65 Git Commits</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li><a href="https://github.com/oliverschmidt/cc65/wiki">Wiki</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="https://github.com/oliverschmidt/cc65/wiki/User-contributions">User Contributions</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<hr>
|
||||||
|
<p>If you want to contribute please get in touch with <a href="mailto:ol.sc@web.de">me</a>.
|
||||||
|
</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Add table
Reference in a new issue