1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/mipilin synced 2025-01-30 18:53:36 +00:00

change readme

Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
Rae 5e 2025-01-28 17:21:31 -05:00
parent fa8fae4638
commit 28a2166773
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
3 changed files with 10 additions and 3 deletions

View file

@ -1,4 +1,11 @@
# mipilin
This website lets you check on how your friends are doing, which is a very good and noble thing and something you should feel proud of yourself for even considering. Also you can let YOUR friends know how YOU'RE doing. I guess.
<div style="text-align:center;background-color:#223;padding:1em;">
<span style="display:block;font-size:32px;font-weight:bold;color:#faf8da;font-family:monospace;">mipilin</span>
<img src="./static/img/logo.svg" width="200">
</div>
<hr>
This website lets you check on how your friends are doing, which is a very good and noble thing and something you should feel proud of for even considering. Also you can let YOUR friends know how YOU'RE doing. I guess.
mipilin **mipilin**
![website screenshot](./screenshot.png)

View file

@ -123,7 +123,7 @@ export default function(app: Express, db: NodePgDatabase) {
req.session["uid"] = uid;
req.flash(
"success",
"Welcome to mipilin. After two weeks in development, hopefully it will have been worth the wait. Please let me know what you think after you have had a chance to use the website. I can be reached at gaben@roxwize.xyz, and my favorite mood is hormonal. Thanks, and have fun!"
"Welcome to mipilin. After three months in development, hopefully it will have been worth the wait. Please let me know what you think after you have had a chance to use the website. I can be reached at gaben@roxwize.xyz, and my favorite mood is hormonal. Thanks, and have fun!"
);
res.redirect("/");
});

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB