diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..3604964 Binary files /dev/null and b/favicon.ico differ diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..30dd169 --- /dev/null +++ b/icon.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ 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; +}