From 83197430c8a1ab3ebbc107ddf8cffefcd7798765 Mon Sep 17 00:00:00 2001 From: RinRi Date: Tue, 7 Sep 2021 22:12:57 +0300 Subject: [PATCH] new frontend --- views/apps.ejs | 97 +++++++++++++++++----------------------- views/articles/index.ejs | 2 +- views/foot.ejs | 39 +++++++--------- views/head.ejs | 47 +++++++++---------- 4 files changed, 78 insertions(+), 107 deletions(-) diff --git a/views/apps.ejs b/views/apps.ejs index 647b34b..6733241 100755 --- a/views/apps.ejs +++ b/views/apps.ejs @@ -1,68 +1,53 @@ - + - - - - RinRi - Apps + + + RinRi - Home - - -
-

Node.js apps are hosted on this subdomain.

-

-

Apps:

- -

-
- - - - - + + + \ No newline at end of file diff --git a/views/articles/index.ejs b/views/articles/index.ejs index 24a9384..49fdc2d 100755 --- a/views/articles/index.ejs +++ b/views/articles/index.ejs @@ -3,7 +3,7 @@

Blog

<% articles.forEach( article => { %> -
+

<%= article.title %>

<%= article.createdAt.toLocaleString("ru-RU", {dateStyle:"short", timeStyle: "short"}) %> UTC

diff --git a/views/foot.ejs b/views/foot.ejs index d3a635a..33bcbc2 100755 --- a/views/foot.ejs +++ b/views/foot.ejs @@ -1,28 +1,19 @@ -
- - - - - - - + \ No newline at end of file diff --git a/views/head.ejs b/views/head.ejs index c50ff00..bab5a4c 100755 --- a/views/head.ejs +++ b/views/head.ejs @@ -1,34 +1,29 @@ - + - - - - - RinRi - Blog + + + RinRi - Home - - \ No newline at end of file + + +
\ No newline at end of file