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/index.ejs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'htdocs/public/index.ejs') diff --git a/htdocs/public/index.ejs b/htdocs/public/index.ejs index 59b21cd..a004f52 100644 --- a/htdocs/public/index.ejs +++ b/htdocs/public/index.ejs @@ -1,6 +1,8 @@ <% global.title = lang.main.page; %> <%- include(`${private}/header.ejs`) %> +TODO +
@@ -28,7 +30,7 @@

<%- lang.main.elements.projects.title %>

<%- lang.main.elements.projects.description %>

- <%- lang.main.elements.projects.action %> → + <%- lang.main.elements.projects.action %> →
@@ -44,7 +46,7 @@
- <%- lang.main.elements.projects.action %> → + <%- lang.main.elements.projects.action %> →
<%- lang.main.elements.contact.action %> ↓ @@ -210,7 +212,7 @@

<%- lang.main.about.archives.title %>

<%- lang.main.about.archives.description %>

- <%- lang.main.about.archives.action %> → + <%- lang.main.about.archives.action %> →

<%- lang.main.about.general.title %>

-- cgit