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:
parent
fa8fae4638
commit
28a2166773
3 changed files with 10 additions and 3 deletions
11
README.md
11
README.md
|
@ -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)
|
||||
|
|
|
@ -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
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
Loading…
Reference in a new issue