website

Unnamed repository; edit this file 'description' to name the repository.
git clone https://codeberg.org/emmett1/website
Log | Files | Refs | README | LICENSE

commit c340ea0d1fa7418c42f086a3759999e824ccb441
parent af9151f2190cf898a954a664a94930f1c9a61a29
Author: emmett1 <emmett1.2miligrams@protonmail.com>
Date:   Mon, 22 Sep 2025 06:48:28 +0200

Update index.sh

Diffstat:
Mindex.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/index.sh b/index.sh @@ -88,6 +88,7 @@ genhtml() { echo " <meta charset=\"UTF-8\">" echo " <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">" echo " <title>$f | emmett1.my</title>" + echo " <link rel=\"icon\" href=\"/assets/pixelfox.png\" type=\"image/png\">" cat <<'EOF' <style> body { font-family: monospace; background: #1e1e1e; color: #e0e0e0; margin: 0; padding: 1em; max-width: 60em; margin-left: auto; margin-right: auto; font-size: 14px; }