-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
37 lines (32 loc) · 2.02 KB
/
contact.html
File metadata and controls
37 lines (32 loc) · 2.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact - Seclusion Game Engine</title>
<meta charset="UTF-8">
<meta name="description" content="Libre open source 2-D game engine for Python">
<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/sge_logo_alpha_black_2x.png" alt="Seclusion Game Engine"></h1>
<nav class="header">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="games.html">Games</a></li>
<li class="current"><a href="contact.html">Contact</a></li>
<li><a href="doc.html">Documentation</a></li>
<li><a href="https://github.com/python-sge">Project Page</a></li>
</ul>
</nav>
<main>
<h2>Contact</h2>
<p>If you have a bug report or feature request, the best thing to do is to submit an issue to the appropriate issue tracker (the <a href="https://github.com/python-sge/sge/issues">SGE issue tracker</a> for SGE bugs or the <a href="https://github.com/python-sge/xsge/issues">xSGE issue tracker</a> for xSGE bugs). You can also start a discussion on the <a href="https://github.com/python-sge/sge/discussions">SGE Discussions page</a> if you want to ask a question about or discuss the SGE.</p>
<p>For all other feedback and inquiries, we can be contacted via email at <a href="mailto:python-sge@riseup.net">python-sge@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>