From 88c7058189d257a4db1a4bf115e1ffce3f52292b Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Mon, 9 Jun 2025 21:02:04 +0200 Subject: [PATCH] feat: add hidden logo --- README.md | 2 ++ index.html | 32 +++++++++++++++++++++++++++----- logo.png | Bin 0 -> 14588 bytes 3 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 logo.png diff --git a/README.md b/README.md index 5b8e6fb..7a604c6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Ayo.Run - What's Running? Site: [ayo.run](https://ayo.run) + +To run a server: `npx simple-server .` diff --git a/index.html b/index.html index f05a408..fc281eb 100644 --- a/index.html +++ b/index.html @@ -21,19 +21,41 @@ place-content: safe center; display: grid; } + /* .logo { + width: 200px; + border-radius: 5px; + display: block; + margin: 2em auto; + } */
+

What's running?