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
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; +}