diff --git a/templates/faq.html b/templates/faq.html index 913196c..fcc7651 100644 --- a/templates/faq.html +++ b/templates/faq.html @@ -1,6 +1,6 @@ {% extends "regular.html" %} {% block body %} -

Frequently asked questions

+

Frequently asked questions

Can I use ShareX to upload? @@ -21,9 +21,13 @@

What powers this site?

-

The server itself comes from RamNode, sitting behind CloudFlare.

-

The actual site is purely Python powered and only depends on Flask. The database is SQLite, but on SSD it works okay since this service isn't too write heavy.

+

Purely Python powered and only depends on Flask. The database is SQLite, works alright on SSD.

+

+ Is QuadFile open-source? +

+

Yes.

+

What is your logo supposed to be?

@@ -43,11 +47,6 @@ Where can I donate?

You can't.

-

This is purely a novelty project for personal use, but it was opened up to the public as a free service. If you really want to donate, consider doing so to other projects of mine, such as openings.moe

+

This is purely a novelty project for personal use, but it was opened up to the public as a free service. If you really want to donate, consider doing so to my patreon, which covers all my personal projects

-

- I get an "Internal server error" (Code 500), why? -

-

The site is fresh, I still haven't implemented error handling for a lot of things. In those cases you will simply see that generic error page.

- -{% endblock %} \ No newline at end of file +{% endblock %}