-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
47 lines (42 loc) · 1.97 KB
/
contact.html
File metadata and controls
47 lines (42 loc) · 1.97 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- zdeVnorMakra
-->
<meta name="editor" content="/usr/bin/vi"/>
<meta name="author" content="Petr Stehlik"/>
<meta name="keywords" content="Atari ARAnyM powerful TOS clone"/>
<title>ARAnyM Contact</title>
<style type="text/css" media="all">@import "layout.css";</style>
</head>
<body>
<!-- myTopHeaderBegin -->
<div id="Header"><a href="https://aranym.github.io/" title="ARAnyM Web"> Atari Running on Any Machine</a></div>
<!-- myTopHeaderEnd -->
<!-- myLeftMenuName(`Contact') -->
<!-- myLeftMenuBegin -->
<div id="Menu">
<a href="index.html" title="About ARAnyM">About</a><br />
<a href="features.html" title="Feature List">Features</a><br />
<a href="news.html" title="Site News">News</a><br />
<a href="download.html" title="Files for Download">Download</a><br />
<a href="afros.html" title="Atari FRee OS">AFROS</a><br />
<a href="livecd.html" title="ARAnyM Live CD">Live CD</a><br />
<a href="https://github.com/aranym/aranym/wiki" title="Documentation in Wiki">Documentation</a><br />
<a href="screenshots.html" title="Screenshots">Screenshots</a><br />
Contact<br />
<a href="development.html" title="Development">Development</a><br />
<a href="https://github.com/aranym/" title="GitHub Project Page">GitHub Project</a><br />
<a href="links.html" title="Links">Links</a><br />
</div>
<!-- myLeftMenuEnd -->
<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 ARAnyM related discussions into our new <a href="https://groups.google.com/forum/?hl=en#!forum/aranym">mailing list at Google Groups</a>.</p>
<p>You can also create an issue at <a href="https://github.com/aranym/aranym/">GitHub</a>, of course.</p>
</div>
</body>
</html>