diff --git a/templates/actions.html b/templates/actions.html new file mode 100644 index 0000000..cfd6d30 --- /dev/null +++ b/templates/actions.html @@ -0,0 +1,3 @@ +
{{ MAIN_OPTIONS }}
+
+ \ No newline at end of file diff --git a/templates/main.html b/templates/main.html index 7d89726..c89f52f 100644 --- a/templates/main.html +++ b/templates/main.html @@ -1,7 +1,7 @@

osu! optimizer (PHP)

Version 0.1 by Thayol

-

[ GitHub ]

+

[ GitHub ]

Stats

diff --git a/templates/warn-missing-db.html b/templates/warn-missing-db.html new file mode 100644 index 0000000..b7bc1df --- /dev/null +++ b/templates/warn-missing-db.html @@ -0,0 +1,3 @@ +

MISSING DATABASE

+

It seems like your database is empty but there is an osu! folder in your settings.

+

Do you wish to continue with a scan?

\ No newline at end of file diff --git a/templates/warn.html b/templates/warn.html new file mode 100644 index 0000000..e3ce038 --- /dev/null +++ b/templates/warn.html @@ -0,0 +1,8 @@ +
+ {{ WARN_CONTENT }} +
+

[ Yes ]    [ No ]

+
+
+
+ \ No newline at end of file