diff --git a/templates/get.ejs b/templates/get.ejs index 39c762c..6328c8d 100644 --- a/templates/get.ejs +++ b/templates/get.ejs @@ -1,15 +1,24 @@ + - <%= parsed.title %> + + <%= parsed.title %> + + -

<%= parsed.title %>

-
<%- parsed.content %>
+
+

+ <%= parsed.title %> +

+ <%- parsed.content %> +
- + + \ No newline at end of file diff --git a/templates/index.ejs b/templates/index.ejs index 3292c33..e6edf70 100644 --- a/templates/index.ejs +++ b/templates/index.ejs @@ -1,49 +1,56 @@ -<% const desc = "txtdot is a HTTP proxy that parses text, links and pictures from pages reducing internet traffic, removing ads and heavy scripts" %> - - - - - - - - txt. main page - - - - -
-
-

txt.

-

<%= desc %>

-
-
-
- -
-
- -
-
+<% const + desc="txtdot is a HTTP proxy that parses text, links and pictures from pages reducing internet traffic, removing ads and heavy scripts" + %> + + + + + + + + + txt. main page + + + + + +
+
+

txt.

+

+ <%= desc %> +

+
+
- - +
- - +
-
-
-
- - +
+
+ + +
+
+ + +
+
+ + + + + \ No newline at end of file