From e618c3f52c1c4ae161650679cda24eecbba579bb Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 4 Dec 2021 10:58:59 +0100 Subject: Code is now more cute! --- htdocs/public/metranslator/index.ejs | 194 +++++++++++++++++++++++++++++++++++ 1 file changed, 194 insertions(+) create mode 100644 htdocs/public/metranslator/index.ejs (limited to 'htdocs/public/metranslator/index.ejs') diff --git a/htdocs/public/metranslator/index.ejs b/htdocs/public/metranslator/index.ejs new file mode 100644 index 0000000..943d772 --- /dev/null +++ b/htdocs/public/metranslator/index.ejs @@ -0,0 +1,194 @@ +<% global.title = "MeTranslator"; %> +<%- include(`${private}/header.ejs`) %> + +← <%- lang.global.back %> + +
+ +
+ + +

Metroz Translate

+

💡 Click one of the languages to invert

+
+
+

+ English

+ + +
+
+

+ Metroz

+
+ +
+
+
+ No facts available about this text +
+ +
+ Translator Insights +
    +
  • Database Name: n/a
  • +
  • Database Version: n/a
  • +
  • Database Size: n/a
  • +
  • Processing Time: n/a
  • +
+
+
+ + +<%- include(`${private}/footer.ejs`) %> \ No newline at end of file -- cgit