-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathfeedback.html
More file actions
24 lines (20 loc) · 735 Bytes
/
feedback.html
File metadata and controls
24 lines (20 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>Inside the Box</title>
<link rel="stylesheet" href="css/beauty.min.css" />
</head>
<body>
<script src="nav.js"></script>
<h1>Tell us how to improve!</h1>
<h3>Submit a ticket</h3>
<p>You can leave us feedback, bug reports, comments or suggestions on our github
project page.</p>
<p>To open a ticket, please use
<a href="https://github.com/sofar/minetest.foo-projects.org/issues/new">
Our github issue tracker</a>.</p>
<h3>Want to help fix bugs?</h3>
<p>Code is hosted at <a href="https://gitlab.com/sofar/insidethebox">gitlab.com/sofar/insidethebox</a>. We welcome any contribution, no matter how small or insignificant.</p>
<script src="bot.js"></script>
</body>
</html>