diff --git a/basicswap/templates/error.html b/basicswap/templates/error.html index 84fb999..7ddbfc8 100644 --- a/basicswap/templates/error.html +++ b/basicswap/templates/error.html @@ -1,13 +1,123 @@ - - - - (BSX) BasicSwap - v{{ version }} - - -

{{ title_str }}

-

Info: {{ message_str }}

-

home

- - \ No newline at end of file + + + + + + + + + + (BSX) BasicSwap - Info + + + +
+
+ + + + + +
+

ERROR:

+

{{ message_str }}

+ Home +
+

+ Need help? + Help / Tutorials +

+

+ {{ title }} +

+
+
+ + + diff --git a/basicswap/templates/info.html b/basicswap/templates/info.html index 84fb999..ef77ed4 100644 --- a/basicswap/templates/info.html +++ b/basicswap/templates/info.html @@ -1,13 +1,123 @@ - - - - (BSX) BasicSwap - v{{ version }} - - -

{{ title_str }}

-

Info: {{ message_str }}

-

home

- - \ No newline at end of file + + + + + + + + + + (BSX) BasicSwap - Info + + + +
+
+ + + + + +
+

INFO:

+

{{ message_str }}

+ Home +
+

+ Need help? + Help / Tutorials +

+

+ {{ title }} +

+
+
+ + +