From b06c35b984326c24b74bb082cfc2bc88c3f2dbc6 Mon Sep 17 00:00:00 2001 From: Andrew-71 Date: Tue, 26 Mar 2024 14:44:58 +0300 Subject: [PATCH] Minor improvements --- README.md | 7 ++++--- pages/days.html | 14 +++++++------- pages/index.html | 18 +++++++++--------- public/main.css | 2 +- 4 files changed, 21 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 01535ba..7170c8e 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,18 @@ Simple plaintext diary. This project is *very* opinionated and minimal, and is designed primarily for my usage. -As a result of this, it is also neither secure nor idiot-proof. +As a result of this, it is also neither secure nor stable. ## Features: -* Each day, you get a txt file. You have until 23:59 of that very day to finalise it. +* Each day, you get a text file. You have until 23:59 of that very day to finalise it. * At any moment, you can append a single line to log.txt * You can save named notes to document milestones, big events, or just a nice game you played this month * There is also a readme.txt file (just like this one, except you get to write it!) * You can easily export everything in a zip file for backups * Everything is plain(text) and simple. No databases, encryption, OAuth, or anything fancy. Even the password is plainte- *wait is this a feature?* -* Optional Telegram notifications for failed login attempts are present +* Docker support (in fact, that's probably the best way to run this) +* Optional Telegram notifications for failed login attempts ## Data format: ``` diff --git a/pages/days.html b/pages/days.html index 3486c3f..6b3fe6a 100644 --- a/pages/days.html +++ b/pages/days.html @@ -21,12 +21,12 @@ + + - - \ No newline at end of file diff --git a/pages/index.html b/pages/index.html index cc6f362..c52776b 100644 --- a/pages/index.html +++ b/pages/index.html @@ -16,18 +16,18 @@

- -
+ +
+ + - - \ No newline at end of file diff --git a/public/main.css b/public/main.css index 84a2540..e28b99c 100644 --- a/public/main.css +++ b/public/main.css @@ -27,7 +27,7 @@ textarea, input { box-shadow: none; border: 0.0625em solid #454545; margin-bottom: 1em; - font-size: 18px + font-size: 18px; } input {