commit 8f42aaf5761674a9615e66f4d1e2b03757df443c parent 045befeb14ed0cf4891b2642f65065d07d6eeed1 Author: Samdal <samdal@protonmail.com> Date: Fri, 21 Feb 2025 16:44:04 +0100 fix typo Diffstat:
M | index.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html @@ -15,7 +15,7 @@ layout: default </ul> <img style="margin: 2rem auto 0px auto; max-width: 150px; width: 100%; height: auto;" src="/assets/images/silly.png" width=200 height=200> - <p style="margin: 0px; text-align: center; font-size: 90%; color:gray;"><i>You reached the bottom of the stack</i></p> + <p style="margin: 0px; text-align: center; font-size: 90%; color:gray;"><i>You've reached the bottom of the stack</i></p> </section>