diff --git a/templates/home.html b/templates/home.html index 12c1a85..36a732a 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,152 +1,174 @@ - - - - Wikitext to Translatable Wikitext Converter - - - - -
- - - -
-
- -
-
Input Wikitext
-
-
- -
- -
-
- - {% if converted %} -
-
Translatable Wikitext Output
- - + +
+ + {% if converted %} +
+
Translatable Wikitext Output
+
+
{{ converted }}
- {% endif %} +
+ {% endif %}
- - -
- - - + + - - + } + }) + .catch((error) => { + console.error("Error fetching commit data:", error); + document.getElementById("lastUpdatedDate").textContent = + "Unavailable"; + }); + + + + \ No newline at end of file