-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.html
62 lines (48 loc) · 2.03 KB
/
links.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<!-- zdeVnorMakra
-->
<meta name="editor" content="/usr/bin/vi"/>
<meta name="author" content="Petr Stehlik"/>
<meta name="keywords" content="Atari800 free 8-bit Atari emulator"/>
<title>Atari800 Links</title>
<style type="text/css" media="all">@import "layout.css";</style>
</head>
<body>
<!-- myTopHeaderBegin -->
<div id="Header"><a href="https://atari800.github.io" title="Atari800 Project Page">Atari800 - portable and free Atari 8-bit emulator</a></div>
<!-- myTopHeaderEnd -->
<div id="Content">
<h1>Links</h1>
<h2>Atari 8-bit pages</h2>
<ul>
<li><a href="http://atariarea.histeria.pl/PLus/index_us.htm">Atari800Win PLus</a></li>
<li><a href="http://pocketatari.atari.org/">Atari800 WinCE port page</a></li>
<li><a href="http://www.newbreedsoftware.com/xlsearch/">XL-Search</a></li>
<li><a href="http://www.infos.cz/raster/atari/">Raster</a></li>
<li><a href="http://www.magelair.com/atari_8bit_stuff.htm">Nathan Hartwell's stuff</a></li>
<li><a href="http://www.groessler.org/a800dc/">Atari800 for Sega Dreamcast</a></li>
</ul>
<h2>Development tools</h2>
<ul>
<li><a href="http://www.libsdl.org/">SDL</a> multiplatform portable I/O library</li>
<li><a href="http://www.libpng.org/pub/png/libpng.html">LIBPNG</a> library for reading and writing PNG images</li>
<li><a href="http://www.zlib.net/">ZLIB</a> compression library</li>
</ul>
</div>
<!-- myLeftMenuName(`Links') -->
<!-- myLeftMenuBegin -->
<div id="Menu">
<a href="index.html" title="Main Entry">Home</a><br />
<a href="features.html" title="Feature List">Features</a><br />
<a href="news.html" title="Hot News">News</a><br />
<a href="download.html" title="Files for Download">Download</a><br />
<a href="screenshots.html" title="Screenshots">Screenshots</a><br />
<a href="contact.html" title="Contact address">Contact</a><br />
<a href="development.html" title="Development">Development</a><br />
Links<br />
</div>
<!-- myLeftMenuEnd -->
</body>
</html>