-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
37 lines (32 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact - Naikari: Eye of Chaos</title>
<meta charset="UTF-8">
<meta name="description" content="2-D freeform space mystery game.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<h1 class="header"><img src="images/logo.png" alt="Naikari"></h1>
<nav class="header">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="screenshots.html">Screenshots & Videos</a></li>
<li><a href="download.html">Download</a></li>
<li class="current"><a href="contact.html">Contact</a></li>
<li><a href="https://github.com/naikari/naikari">Project Page</a></li>
</ul>
</nav>
<main>
<h2>Contact</h2>
<p>For bug reports, requests, etc, you should submit a new issue to the <a href="https://github.com/naikari/naikari/issues">issue tracker</a>.</p>
<p>For questions about or discussion of the game, you can use the <a href="https://github.com/naikari/naikari/discussions">Discussions page</a> on GitHub. If asking a question, please check the <a href="https://github.com/naikari/naikari/wiki/FAQ">Naikari FAQ</a> first to see if your question has been answered already.</p>
<p>For other inquiries, or if you don't wish to use GitHub, we can be contacted via email at <a href="mailto:naikari@riseup.net">naikari@riseup.net</a>.</p>
</main>
<div class="footer">
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"><img alt="CC BY-SA" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/3.0/88x31.png"></a><br>This page is licensed under the <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</div>
</body>
</html>