-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
50 lines (37 loc) · 1.61 KB
/
contact.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
<!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 Contact</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>Contact us and give your feedback</h1>
<h2>Mailing List</h2>
<p>Please direct all your questions, bug reports, ideas and Atari800 related discussions into our <a href="https://sourceforge.net/p/atari800/mailman/?source=navbar">user mailing list</a>.</p>
<h2>GitHub Issues</h2>
<p>Feel free to <a href="https://github.com/atari800/atari800/issues">create an issue</a> documenting a bug in Atari800, or better yet send a pull request with your fix or enhancement for the Atari800. </p>
</div>
<!-- myLeftMenuName(`Contact') -->
<!-- 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 />
Contact<br />
<a href="development.html" title="Development">Development</a><br />
<a href="links.html" title="Links">Links</a><br />
</div>
<!-- myLeftMenuEnd -->
</body>
</html>