diff options
Diffstat (limited to 'page.c')
| -rw-r--r-- | page.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -20,7 +20,7 @@ #include <time.h> #define PROJECT_NAME "slcl" -#define PROJECT_TITLE PROJECT_NAME ", a suckless cloud" +#define PROJECT_TITLE PROJECT_NAME ", a simple and lightweight cloud" #define PROJECT_TAG "<title>" PROJECT_TITLE "</title>" #define DOCTYPE_TAG "<!DOCTYPE html>\n" #define PROJECT_URL "https://gitea.privatedns.org/Xavi92/" PROJECT_NAME @@ -33,7 +33,8 @@ #define STYLE_A "<link href=\"/style.css\" rel=\"stylesheet\">" #define LOGIN_BODY \ "<header>\n" \ - " <a href=\"" PROJECT_URL "\">" PROJECT_NAME "</a>, a suckless cloud\n" \ + " <a href=\"" PROJECT_URL "\">" PROJECT_NAME "</a>," \ + " a simple and lightweight cloud\n" \ "</header>\n" \ " <form class=\"loginform\" action=\"/login\" method=\"post\">\n" \ " <label for=\"username\">Username:</label>\n" \ |
