From a037e4afecf353d347bbd948827312831fdc1096 Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 15 Dec 2025 21:05:32 -0500 Subject: [PATCH] add icon and manifest.json --- favicon.ico | Bin 0 -> 1150 bytes icon.svg | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 3 ++ legal.html | 30 +++++++++++++++++ manifest.json | 10 ++++++ styles.css | 4 +++ 6 files changed, 137 insertions(+) create mode 100644 favicon.ico create mode 100644 icon.svg create mode 100644 legal.html create mode 100644 manifest.json diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..3604964b1528b1d16510237a9ad33e45f7cf865b GIT binary patch literal 1150 zcmd5+OG^S#6uv<}z*Xy({ht0ni-@9Cm_+uV$QD5mHK`N!RC>`%MMsU$h_uuSoK%{b z4AQ+T-849UotdD8G)g-j$3PvjjR{$>!m=xe#6ULRi>EWN{CI;~2g% zAEd0*kuRlkxENi7FuRSgeH)=^4}`fLoR6$RNxydF%M=rsbWz=Xgy(mthdo4>4&b*s zp*-a~@|8>;K^u>l!;1)Ub?ED$&5ie`0veiTc6=kZ-v8O~D#A0=KOsc-7qWYBGPDBu zQEXdZ&;2QV;NkQd8Gi!lt2ok^abul4jFPWJ_08X3BYwV60Jq6ugWE8$PTI}85s5`1 zid4T{|Kuwci*P!f;5hCVJkLWA1mtqLw)|$ZiF&<`YPI?&YPA~lm~N8R|KPv-Z`R + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 735055b..5773c5e 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,8 @@ along with this program. If not, see . + + mcalc @@ -83,6 +85,7 @@ along with this program. If not, see . diff --git a/legal.html b/legal.html new file mode 100644 index 0000000..cc4f5f1 --- /dev/null +++ b/legal.html @@ -0,0 +1,30 @@ + + + + + + + + + + Legal + + +

Calculator Flat Icon Vector.svg from Wikimedia Commons by Videoplasty.com, CC-BY-SA 4.0

+ + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..c70b191 --- /dev/null +++ b/manifest.json @@ -0,0 +1,10 @@ +{ + "name": "mcalc", + "icons": [ + { + "src": "icon.svg" + } + ], + "start_url": "/index.html", + "display": "standalone" +} diff --git a/styles.css b/styles.css index 507e7f4..66a721f 100644 --- a/styles.css +++ b/styles.css @@ -122,3 +122,7 @@ footer { font-size: small; margin: 5%; } + +footer a { + margin-right: 1ch; +}