30 lines
448 B
HTML
30 lines
448 B
HTML
---
|
|
title: Thanks for your feedback
|
|
layout: base
|
|
root: .
|
|
sitemap: false
|
|
noindex: true
|
|
---
|
|
|
|
<main>
|
|
<article>
|
|
<h1>Luanti Modding Book (formerly Minetest)</h1>
|
|
|
|
<h2>Thanks for sharing your feedback!</h2>
|
|
|
|
<p>
|
|
You're helping to make the modding book better.
|
|
</p>
|
|
|
|
<p>
|
|
<a href="{{ '/index.html' | relative_url }}">
|
|
Back to the book
|
|
</a>
|
|
</p>
|
|
</article>
|
|
|
|
<footer>
|
|
© 2014-{{ site.time | date: '%Y' }}
|
|
</footer>
|
|
</main>
|